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:
DawnFire42 2026-03-05 23:23:08 -05:00
parent 789642aee3
commit a83005994b
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
4 changed files with 59 additions and 12 deletions

View file

@ -1,5 +1,9 @@
@page user_reference User Reference
## Local Games
- @subpage starting_local_game
## Deck Management
- @subpage creating_decks