From 5f341eacdf0d75a4b334969a2d8a4701d61e4d9e Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 12:53:46 +1000 Subject: Add waves and stuff. --- animation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'animation.h') diff --git a/animation.h b/animation.h index 0a36043..27eadb8 100644 --- a/animation.h +++ b/animation.h @@ -11,7 +11,8 @@ typedef enum { animation_player_idle_right, animation_enemy_bullet_explode, animation_player_bullet_explode, - animation_heart_break + animation_heart_break, + animation_spawn } Animation_ID; typedef struct { -- cgit v1.2.3-54-g00ecf