aboutsummaryrefslogtreecommitdiff
path: root/animation.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 09:37:45 +1000
committerquou <quou@disroot.org>2023-05-07 09:37:45 +1000
commit40eb179043b77f011fb1048c386ee187f64569d0 (patch)
treeebae794ec0b3b8851b8c29119ada06555f49d4b6 /animation.h
parent47e7976922f5c17505c7c5a3377c3735649e3dcc (diff)
Add waves and some more polish.
Diffstat (limited to 'animation.h')
-rw-r--r--animation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/animation.h b/animation.h
index e132202..0a36043 100644
--- a/animation.h
+++ b/animation.h
@@ -10,7 +10,8 @@ typedef enum {
animation_player_idle_left,
animation_player_idle_right,
animation_enemy_bullet_explode,
- animation_player_bullet_explode
+ animation_player_bullet_explode,
+ animation_heart_break
} Animation_ID;
typedef struct {