summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 5750308..2bbc4ea 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -24,6 +24,7 @@ struct SpriteFrame {
24struct Animation { 24struct Animation {
25 bool looping = true; 25 bool looping = true;
26 std::vector<int> frameIndices; 26 std::vector<int> frameIndices;
27 int timerNum = 0;
27}; 28};
28 29
29enum class CharacterState { 30enum class CharacterState {