From b75a02c8f5c616eff6f21197c3e13056eefcb873 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 23:52:04 +0100 Subject: add fury, bang sound, colors and more --- 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 fe0d66b..0b170ab 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -18,9 +18,11 @@ class Entity { int hp; int radius; int victims; + int fury; bool threshold; float posX; float posY; + double time; Vector2 direction; Weapon * wp; Entity(); -- cgit v1.2.3