diff options
author | quou <quou@disroot.org> | 2023-05-07 21:30:46 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 21:30:46 +1000 |
commit | ee2ecd8da2b66e0a819f59491ac176fd3efaa92a (patch) | |
tree | ede346c6aadc38e986002ca17991156ed65d42d8 /animation.h | |
parent | 19760d58ea09b9c345a0c845e89143ddcc5d6507 (diff) |
Improve the win screen.
Diffstat (limited to 'animation.h')
-rw-r--r-- | animation.h | 3 |
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 { |