Costume

From OuroDev
Revision as of 14:27, 1 June 2019 by pc>Herald (Created page with "<source> kBodyType_Male = 0, // All the values in body type MUST match the kBodyType_Female = 1, // ones which are read in the menu file. kBodyType_BasicMale...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
kBodyType_Male        = 0,  // All the values in body type MUST match the
	kBodyType_Female      = 1,  // ones which are read in the menu file.
	kBodyType_BasicMale   = 2,
	kBodyType_BasicFemale = 3,
	kBodyType_Huge        = 4,
	kBodyType_Enemy       = 5,
	kBodyType_Villain     = 6, // Except this one. This one is only set by code.
	kBodyType_Enemy2	  = 7, // Except this one. This one is only set by code.
	kBodyType_Enemy3	  = 8, // Except this one. This one is only set by code.