From ba651a82d585c181e9632fadba5bb4d683842d44 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 14 Mar 2017 18:19:06 -0400 Subject: better slash, scale fixes --- include/particle.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/particle.hpp') 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 enum class ParticleType : char { - Drop = 1, - Confetti = 2, - SmallBlast = 4, - SmallPoof = 8 + Drop, + Confetti, + SmallBlast, + SmallPoof, + DownSlash }; struct Particle { -- cgit v1.2.3