aboutsummaryrefslogtreecommitdiff
path: root/animation.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 12:53:46 +1000
committerquou <quou@disroot.org>2023-05-07 12:54:06 +1000
commit5f341eacdf0d75a4b334969a2d8a4701d61e4d9e (patch)
treeee3a4c44b92e975530e1e6fed18c8852a6f70a93 /animation.c
parent5ef6a71e935e2c3d1e5f9828e8cdbd78403a06a0 (diff)
Add waves and stuff.
Diffstat (limited to 'animation.c')
-rw-r--r--animation.c15
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
}
};