diff options
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 7487bbe..1c3b6ff 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -181,6 +181,11 @@ protected: // TODO float targetx; + // the cooldown display (red overlay) + float hitDuration; + + // the max cooldown display + float maxHitDuration; public: // contains the entity's coordinates, in pixels vec2 loc; |