mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 01:23:57 -07:00
integrate local game options into main window. Replaces QInputDialog with DlgLocalGameOptions in actSinglePlayer(). The startLocalGame() function now accepts LocalGameOptions, enabling configuration of starting life total and spectator visibility in addition to player count. Also adds user documentation for the local game options flow.
This commit is contained in:
parent
789642aee3
commit
a83005994b
4 changed files with 59 additions and 12 deletions
|
|
@ -1,5 +1,9 @@
|
|||
@page user_reference User Reference
|
||||
|
||||
|
||||
## Local Games
|
||||
|
||||
- @subpage starting_local_game
|
||||
|
||||
## Deck Management
|
||||
|
||||
- @subpage creating_decks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue