aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-20 08:21:53 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-20 08:21:53 +0100
commit7efaa52afcc7e509f2d96af4acdd387a205ce157 (patch)
tree942d04c82b3f8c547f8008de2deba359864f2ddb /src/entity.hpp
parentbuff shotty & audio is now working I guess ???? ? (diff)
downloadthreshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.gz
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.bz2
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.xz
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.zst
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.zip
rework parsing and level mangment. commit often
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 cd92ef9..32c1fd0 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -14,6 +14,8 @@
#include <map>
#include "weapon.hpp"
+#define MINION_SPEED 2.1f
+
class Entity {
public:
int hp;