From ee2ecd8da2b66e0a819f59491ac176fd3efaa92a Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 21:30:46 +1000 Subject: Improve the win screen. --- animation.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'animation.c') diff --git a/animation.c b/animation.c index 1912934..a134b5d 100644 --- a/animation.c +++ b/animation.c @@ -94,6 +94,21 @@ static const Animation animations[] = { }, 8, 5 + }, + /* animation_fade */ + { + { + { 0, 60, 10, 10 }, + { 10, 60, 10, 10 }, + { 20, 60, 10, 10 }, + { 30, 60, 10, 10 }, + { 40, 60, 10, 10 }, + { 50, 60, 10, 10 }, + { 60, 60, 10, 10 }, + { 70, 60, 10, 10 } + }, + 8, + 5 } }; -- cgit v1.2.3-54-g00ecf