diff options
author | quou <quou@disroot.org> | 2023-05-05 13:44:23 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-05 13:44:23 +1000 |
commit | fb104368dd33b66e0575dcc0327cbae7046a4e1e (patch) | |
tree | 67a1a66182aa8417b8fbb431576528c28f4a5ab8 /animation.h | |
parent | 280552fa4750b5dac9243782f9c0a7e0b7eea6f8 (diff) |
Add killing enemies.
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 { |