diff options
Diffstat (limited to 'animation.c')
-rw-r--r-- | animation.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/animation.c b/animation.c index ff944eb..1912934 100644 --- a/animation.c +++ b/animation.c @@ -79,6 +79,21 @@ static const Animation animations[] = { }, 6, 3 + }, + /* animation_spawn */ + { + { + { 133, 60, 15, 6 }, + { 133, 60, 15, 6 }, + { 133, 60, 15, 6 }, + { 133, 60, 15, 6 }, + { 133, 66, 15, 6 }, + { 148, 60, 15, 6 }, + { 148, 66, 15, 6 }, + { 148, 72, 15, 6 }, + }, + 8, + 5 } }; |