From 3d375c17982f9f459c82364117687d145540fe75 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Tue, 13 Oct 2015 08:50:54 -0400 Subject: Added rabbit, and player health --- include/entities.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/entities.h') 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 -- cgit v1.2.3