From 40eb179043b77f011fb1048c386ee187f64569d0 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 09:37:45 +1000 Subject: Add waves and some more polish. --- animation.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'animation.c') diff --git a/animation.c b/animation.c index a0fea2c..ff944eb 100644 --- a/animation.c +++ b/animation.c @@ -66,6 +66,19 @@ static const Animation animations[] = { }, 7, 1 + }, + /* animation_heart_break */ + { + { + { 72, 72, 7, 7 }, + { 79, 72, 7, 7 }, + { 86, 72, 7, 7 }, + { 93, 72, 7, 7 }, + { 100, 72, 7, 7 }, + { 107, 72, 7, 7 } + }, + 6, + 3 } }; -- cgit v1.2.3-54-g00ecf