diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-13 08:50:54 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-13 08:50:54 -0400 |
commit | 3d375c17982f9f459c82364117687d145540fe75 (patch) | |
tree | 47638e15f9d3f26f8a43c89c4566d4794b08ba4d /include/entities.h | |
parent | 8f2f66a7b90f97911bbffce3ccc8c7ad01ba61ad (diff) |
Added rabbit, and player health
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index ecfe539..2a9a62b 100644 --- a/include/entities.h +++ b/include/entities.h @@ -20,6 +20,9 @@ public: float width; //width and height of the player float height; float speed; //speed of the play + + int health; + int maxHealth; int subtype; _TYPE type; @@ -94,5 +97,5 @@ ENTITY TYPES |->1 Merchant | 2 MOBS -|->1 Skirl +|->1 Rabbit **/
\ No newline at end of file |