Etayson / JLPKangaroo_OW_OT

A modified version of JLP Kangaroo that allows you to generate only wild or only tame kangaroos
GNU General Public License v3.0
2 stars 0 forks source link

Forked from https://github.com/JeanLucPons/Kangaroo/releases/tag/1.7

Make changes in the Constants.h to get only wild kangaroo:

define ONLY_WILD

//#define ONLY_TAME

Or only tame kangaroo:
//#define ONLY_WILD

define ONLY_TAME

Or both kangaroos:
//#define ONLY_WILD
//#define ONLY_TAME