aboutsummaryrefslogtreecommitdiff
path: root/animation.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 09:37:45 +1000
committerquou <quou@disroot.org>2023-05-07 09:37:45 +1000
commit40eb179043b77f011fb1048c386ee187f64569d0 (patch)
treeebae794ec0b3b8851b8c29119ada06555f49d4b6 /animation.c
parent47e7976922f5c17505c7c5a3377c3735649e3dcc (diff)
Add waves and some more polish.
Diffstat (limited to 'animation.c')
-rw-r--r--animation.c13
1 files changed, 13 insertions, 0 deletions
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
}
};