diff options
Diffstat (limited to '')
-rw-r--r-- | src/entity.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.hpp b/src/entity.hpp index 49d98b6..995c0b4 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -5,6 +5,7 @@ class Entity { public: + int hp; float posX; float posY; Vector2 direction; |