diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-30 19:46:44 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-30 19:46:44 -0400 |
commit | 67b62dde3dfd4fddba82940894f5b3416eee4c06 (patch) | |
tree | 8ba3646df76230750900ca2bc0c31f907bde6a87 /include | |
parent | 7fbac4fc005baed6bc94d342cf7df2c8ad7a359a (diff) |
more fonts, entity name displays
Diffstat (limited to 'include')
-rw-r--r-- | include/entities.h | 1 |
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 |