diff options
author | quou <quou@disroot.org> | 2023-05-07 21:30:46 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 21:30:46 +1000 |
commit | ee2ecd8da2b66e0a819f59491ac176fd3efaa92a (patch) | |
tree | ede346c6aadc38e986002ca17991156ed65d42d8 /animation.c | |
parent | 19760d58ea09b9c345a0c845e89143ddcc5d6507 (diff) |
Improve the win screen.
Diffstat (limited to 'animation.c')
-rw-r--r-- | animation.c | 15 |
1 files changed, 15 insertions, 0 deletions
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 } }; |