mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
Solitaire: Bump stacked cards down to reveal suit
Stacks of cards currently cover the suit completely and players must click-and-drag cards out of the way to see the suit beneath other cards. This bumps the stacks down a bit to let players peek the suit without having to take any action.
This commit is contained in:
parent
83dca542bb
commit
cfc3a2ebac
Notes:
sideshowbarker
2024-07-18 18:40:27 +09:00
Author: https://github.com/trflynn89
Commit: cfc3a2ebac
Pull-request: https://github.com/SerenityOS/serenity/pull/6880
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ private:
|
|||
case Foundation:
|
||||
return { 2, 1, 4, 1 };
|
||||
case Normal:
|
||||
return { 0, 15, 1, 3 };
|
||||
return { 0, 20, 1, 3 };
|
||||
case Stock:
|
||||
case Waste:
|
||||
return { 2, 1, 8, 1 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue