mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
populate default debug.ini with more values (#5411)
* populate default debug.ini with more values * move the default debug.ini to a resource
This commit is contained in:
parent
0402d4b853
commit
fa79c5c36a
3 changed files with 14 additions and 2 deletions
11
cockatrice/resources/config/debug.ini
Normal file
11
cockatrice/resources/config/debug.ini
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[debug]
|
||||
showCardId=false
|
||||
|
||||
[localgame]
|
||||
onStartup=false
|
||||
playerCount=1
|
||||
;deck\Player 1=path/to/deck
|
||||
;deck\Player 2=path/to/deck
|
||||
|
||||
; Fun Fact: You can assign a deck to your username and it will auto load and ready when you join a server game
|
||||
;deck\Your Username Here=path/to/deck
|
||||
Loading…
Add table
Add a link
Reference in a new issue