1
Fork 0
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:
Nihal Jere 2021-12-01 17:36:24 -06:00 committed by Brian Gianforcaro
parent d70595c09e
commit 4574a58f6f
2 changed files with 32 additions and 17 deletions

View file

@ -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 };
};