aboutsummaryrefslogtreecommitdiff
path: root/animation.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 21:30:46 +1000
committerquou <quou@disroot.org>2023-05-07 21:30:46 +1000
commitee2ecd8da2b66e0a819f59491ac176fd3efaa92a (patch)
treeede346c6aadc38e986002ca17991156ed65d42d8 /animation.h
parent19760d58ea09b9c345a0c845e89143ddcc5d6507 (diff)
Improve the win screen.
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 27eadb8..1b877b4 100644
--- a/animation.h
+++ b/animation.h
@@ -12,7 +12,8 @@ typedef enum {
animation_enemy_bullet_explode,
animation_player_bullet_explode,
animation_heart_break,
- animation_spawn
+ animation_spawn,
+ animation_fade
} Animation_ID;
typedef struct {