diff options
Diffstat (limited to 'include/particle.hpp')
-rw-r--r-- | include/particle.hpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/particle.hpp b/include/particle.hpp index f49e055..822ac41 100644 --- a/include/particle.hpp +++ b/include/particle.hpp @@ -9,10 +9,11 @@ #include <entityx/entityx.h> enum class ParticleType : char { - Drop = 1, - Confetti = 2, - SmallBlast = 4, - SmallPoof = 8 + Drop, + Confetti, + SmallBlast, + SmallPoof, + DownSlash }; struct Particle { |