erdelf / AlienRaces

Rimworld mod alien race framework
MIT License
103 stars 69 forks source link

Visual gender dimorphism settings #95

Closed Aelanna closed 1 year ago

Aelanna commented 1 year ago
  1. Added female-specific fields for pawn draw size, head draw size, portrait draw size, head offsets to AlienPartGenerator
  2. Added the same to alien lifestages
  3. Added female-specific offsets for BodyAddons
  4. Changed the default value for alien lifestage draw sizes from Vector2.one to Vector2.zero as it's perfectly possible that a larger-than-usual race might have (1,1) as a draw size override for a younger lifestage.