diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 14:19:47 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 14:19:47 +0100 |
commit | a4a467cf6ee8f30d7cba5f867981846275b0e22d (patch) | |
tree | 4a152c39d71647999506764dac48f3d7b88a0480 /src/entity.hpp | |
parent | two way control. Added reticle and smaller shots (diff) | |
download | threshold-a4a467cf6ee8f30d7cba5f867981846275b0e22d.tar.gz threshold-a4a467cf6ee8f30d7cba5f867981846275b0e22d.tar.bz2 threshold-a4a467cf6ee8f30d7cba5f867981846275b0e22d.tar.xz threshold-a4a467cf6ee8f30d7cba5f867981846275b0e22d.tar.zst threshold-a4a467cf6ee8f30d7cba5f867981846275b0e22d.zip |
shooting is fun hahahahahaha
Diffstat (limited to 'src/entity.hpp')
-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; |