diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-23 21:00:40 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-23 21:00:40 -0400 |
commit | c90bfe8ac7c068b33fe4639564286befcc96a91c (patch) | |
tree | c933aeb5ba5f59ce68214e9cca9ea563d5f6eb56 /include | |
parent | 16836bb93bf57f01f416d3a0a55d0716dcf50c94 (diff) |
better arrows
Diffstat (limited to 'include')
-rw-r--r-- | include/attack.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/attack.hpp b/include/attack.hpp index 412694e..027b93f 100644 --- a/include/attack.hpp +++ b/include/attack.hpp @@ -9,7 +9,8 @@ enum class AttackType : char { ShortSlash, - LongSlash + LongSlash, + SmallBoom }; struct AttackEvent { |