mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:17:47 +00:00
2048: Animate sliding tiles
This commit is contained in:
parent
8a8c2572b1
commit
242742b6c2
4 changed files with 77 additions and 15 deletions
|
@ -45,4 +45,5 @@ private:
|
|||
static constexpr int animation_duration = 5;
|
||||
|
||||
int pop_in_animation_frame = 0;
|
||||
int slide_animation_frame = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue