diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 23:52:04 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 23:52:04 +0100 |
commit | b75a02c8f5c616eff6f21197c3e13056eefcb873 (patch) | |
tree | bee47f568de6d48a22d78043e05de198d5bec611 /src/entity.hpp | |
parent | shotty makes a sound (diff) | |
download | threshold-b75a02c8f5c616eff6f21197c3e13056eefcb873.tar.gz threshold-b75a02c8f5c616eff6f21197c3e13056eefcb873.tar.bz2 threshold-b75a02c8f5c616eff6f21197c3e13056eefcb873.tar.xz threshold-b75a02c8f5c616eff6f21197c3e13056eefcb873.tar.zst threshold-b75a02c8f5c616eff6f21197c3e13056eefcb873.zip |
add fury, bang sound, colors and more
Diffstat (limited to 'src/entity.hpp')
-rw-r--r-- | src/entity.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |