From a72420a85fdfe85d6a6e67b8c70ed11537d532bd Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 20:30:58 +1000 Subject: Work on visual effects; Debris and player bullet impact effects. --- animation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'animation.h') diff --git a/animation.h b/animation.h index 65956a6..e132202 100644 --- a/animation.h +++ b/animation.h @@ -9,7 +9,8 @@ typedef enum { animation_player_walk_right, animation_player_idle_left, animation_player_idle_right, - animation_enemy_bullet_explode + animation_enemy_bullet_explode, + animation_player_bullet_explode } Animation_ID; typedef struct { -- cgit v1.2.3-54-g00ecf