From ee2ecd8da2b66e0a819f59491ac176fd3efaa92a Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 21:30:46 +1000 Subject: Improve the win screen. --- animation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'animation.h') 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 { -- cgit v1.2.3-54-g00ecf