mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
populate default debug.ini with more values
This commit is contained in:
parent
0402d4b853
commit
98b28a0c21
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ DebugSettings::DebugSettings(const QString &settingPath, QObject *parent)
|
|||
// force debug.ini to be created if it doesn't exist yet
|
||||
if (!QFile(settingPath + "debug.ini").exists()) {
|
||||
setValue(false, "showCardId", "debug");
|
||||
|
||||
setValue(false, "onStartup", "localgame");
|
||||
setValue(1, "playerCount", "localgame");
|
||||
setValue("path/to/deck", "Player 1", "localgame", "deck");
|
||||
setValue("path/to/deck", "Player 2", "localgame", "deck");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue