From 7efaa52afcc7e509f2d96af4acdd387a205ce157 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Thu, 20 Jan 2022 08:21:53 +0100 Subject: rework parsing and level mangment. commit often --- src/entity.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.hpp') 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 #include "weapon.hpp" +#define MINION_SPEED 2.1f + class Entity { public: int hp; -- cgit v1.2.3