aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 17:43:53 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 17:43:53 +0100
commit22383a6efdb3cfe49cd1081c648d95719b1e2eed (patch)
tree1d28f74a8f7f29202b7939973d6817f05c8d9897 /src/entity.hpp
parentmap read from file (diff)
downloadthreshold-22383a6efdb3cfe49cd1081c648d95719b1e2eed.tar.gz
threshold-22383a6efdb3cfe49cd1081c648d95719b1e2eed.tar.bz2
threshold-22383a6efdb3cfe49cd1081c648d95719b1e2eed.tar.xz
threshold-22383a6efdb3cfe49cd1081c648d95719b1e2eed.tar.zst
threshold-22383a6efdb3cfe49cd1081c648d95719b1e2eed.zip
dumb pellet implementation
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 190df40..39ca07e 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -16,6 +16,7 @@
class Entity {
public:
int hp;
+ int radius;
float posX;
float posY;
Vector2 direction;