diff options
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 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 { |