From fb104368dd33b66e0575dcc0327cbae7046a4e1e Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 5 May 2023 13:44:23 +1000 Subject: Add killing enemies. --- animation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'animation.h') diff --git a/animation.h b/animation.h index e9e1399..65956a6 100644 --- a/animation.h +++ b/animation.h @@ -8,7 +8,8 @@ typedef enum { animation_player_walk_left = 0, animation_player_walk_right, animation_player_idle_left, - animation_player_idle_right + animation_player_idle_right, + animation_enemy_bullet_explode } Animation_ID; typedef struct { -- cgit v1.2.3-54-g00ecf