diff options
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 } }; |