aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 14:19:47 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 14:19:47 +0100
commita4a467cf6ee8f30d7cba5f867981846275b0e22d (patch)
tree4a152c39d71647999506764dac48f3d7b88a0480 /src/entity.hpp
parenttwo way control. Added reticle and smaller shots (diff)
downloadthreshold-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.hpp1
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;