mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Spider: Add animation when drawing cards
This commit is contained in:
parent
d70595c09e
commit
4574a58f6f
2 changed files with 32 additions and 17 deletions
|
@ -99,6 +99,10 @@ private:
|
|||
uint8_t m_new_game_animation_delay { 0 };
|
||||
uint8_t m_new_game_animation_pile { 0 };
|
||||
|
||||
bool m_draw_animation { false };
|
||||
uint8_t m_draw_animation_delay { 0 };
|
||||
uint8_t m_draw_animation_pile { 0 };
|
||||
|
||||
uint32_t m_score { 500 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue