diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-14 18:19:06 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-14 18:19:06 -0400 |
commit | ba651a82d585c181e9632fadba5bb4d683842d44 (patch) | |
tree | 8b2711866d497dfd471903c603e2f33bd4a41a5a /include/particle.hpp | |
parent | a7d7d7e687cde01ed2d2ec2adb6ee5bfff8bbddc (diff) |
better slash, scale fixes
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 { |