aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-30 19:46:44 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-30 19:46:44 -0400
commit67b62dde3dfd4fddba82940894f5b3416eee4c06 (patch)
tree8ba3646df76230750900ca2bc0c31f907bde6a87 /include
parent7fbac4fc005baed6bc94d342cf7df2c8ad7a359a (diff)
more fonts, entity name displays
Diffstat (limited to 'include')
-rw-r--r--include/entities.h1
1 files changed, 1 insertions, 0 deletions
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