1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:17:34 +00:00

2048: Animate sliding tiles

This commit is contained in:
Dmitrii Ubskii 2021-06-11 22:50:54 +03:00 committed by Andreas Kling
parent 8a8c2572b1
commit 242742b6c2
4 changed files with 77 additions and 15 deletions

View file

@ -45,4 +45,5 @@ private:
static constexpr int animation_duration = 5;
int pop_in_animation_frame = 0;
int slide_animation_frame = 0;
};