aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 17:57:03 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 17:57:03 +0100
commit93cb5d260de89da61ee0ffc7478dd0cd2f5e7011 (patch)
tree6fc702d8b2baf27c4a821f6f2bbcde7bb5c71c65 /src/entity.hpp
parentdumb pellet implementation (diff)
downloadthreshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.gz
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.bz2
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.xz
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.zst
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.zip
cool fury !
Diffstat (limited to 'src/entity.hpp')
-rw-r--r--src/entity.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.hpp b/src/entity.hpp
index 39ca07e..fe0d66b 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -17,6 +17,8 @@ class Entity {
public:
int hp;
int radius;
+ int victims;
+ bool threshold;
float posX;
float posY;
Vector2 direction;