From 5f341eacdf0d75a4b334969a2d8a4701d61e4d9e Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 12:53:46 +1000 Subject: Add waves and stuff. --- animation.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'animation.c') 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 } }; -- cgit v1.2.3-54-g00ecf