diff options
Diffstat (limited to 'animation.c')
-rw-r--r-- | animation.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/animation.c b/animation.c index 6dbb08f..6cf2584 100644 --- a/animation.c +++ b/animation.c @@ -43,6 +43,16 @@ static const Animation animations[] = { 1, 1 }, + /* animation_enemy_bullet_explode */ + { + { + { 24, 0, 7, 7 }, + { 31, 0, 7, 7 }, + { 38, 0, 7, 7 } + }, + 3, + 5 + } }; const Animation* get_animation(Animation_ID id) { |