summaryrefslogtreecommitdiff
path: root/inc/creature.hpp
diff options
context:
space:
mode:
authortom <tombarrett@siu.edu>2017-02-07 13:18:44 -0600
committertom <tombarrett@siu.edu>2017-02-07 13:18:44 -0600
commitba6b1fa8fdc3a0856a720695dd40efadc6e5889c (patch)
treedf79363310177145c4e940b144e0fe204d5a0ddf /inc/creature.hpp
parent3e0bec85d3428d683fea5d0f08c8e287989ba372 (diff)
-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
Diffstat (limited to 'inc/creature.hpp')
-rw-r--r--inc/creature.hpp2
1 files changed, 2 insertions, 0 deletions
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;