From ba6b1fa8fdc3a0856a720695dd40efadc6e5889c Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 7 Feb 2017 13:18:44 -0600 Subject: -added aging -added speed increasing, but right now it is on arrow keys due to sdl errors with + and -, eventually the arrow keys will be used to pan the camera, and speed will be done with a graphic and the + and - keys --- inc/creature.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/creature.hpp') diff --git a/inc/creature.hpp b/inc/creature.hpp index 79ec4c3..1676be0 100644 --- a/inc/creature.hpp +++ b/inc/creature.hpp @@ -42,6 +42,8 @@ class Creature: public Entity int amountToGrow; int pregnancyTime; int expectedPregnancyTime; + int age; + int expectedAge; bool hungry; bool pregnancyReady; -- cgit v1.2.3