From 67b62dde3dfd4fddba82940894f5b3416eee4c06 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 30 Sep 2015 19:46:44 -0400 Subject: more fonts, entity name displays --- include/entities.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/entities.h b/include/entities.h index 3d2bbef..b58d569 100644 --- a/include/entities.h +++ b/include/entities.h @@ -23,6 +23,7 @@ public: // |-> 1 Merchant vec2 loc; //location and velocity of the entity vec2 vel; + bool near; bool right,left, canMove; //movement variables bool alive; //the flag for whether or not the entity is alive unsigned char ground; //variable for testing what ground the entity is on to apply certain traits -- cgit v1.2.3