mrcrowley42 / godot-project

0 stars 0 forks source link

Add life stages #43

Closed mrcrowley42 closed 2 months ago

mrcrowley42 commented 2 months ago

An XP stat and system has been added along with a LifeStage enum, just need a way to transition between life stages (perhaps something like pokemon with it cutting to an evolution animation)

Bryce-VE commented 2 months ago

An XP stat and system has been added along with a LifeStage enum, just need a way to transition between life stages (perhaps something like pokemon with it cutting to an evolution animation)

ya, but it probably shouldn't automatically age the creature to an adult. Maybe when the creature has enough XP a button should appear somewhere, and when pressed it ages the creature up then.