mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:07:44 +00:00
Spider: Reduce overdraw when playing
This commit is contained in:
parent
0f9873475b
commit
882b4dc848
2 changed files with 29 additions and 4 deletions
|
@ -67,6 +67,7 @@ private:
|
|||
void start_timer_if_necessary();
|
||||
void update_score(int delta);
|
||||
void draw_cards();
|
||||
void mark_intersecting_stacks_dirty(Card& intersecting_card);
|
||||
void ensure_top_card_is_visible(NonnullRefPtr<CardStack> stack);
|
||||
void detect_full_stacks();
|
||||
void detect_victory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue