6 lines
262 B
Markdown
6 lines
262 B
Markdown
Various game configuration files go here
|
|
|
|
* `default.json` contains default settings for the game
|
|
* `user.json` contains modifications of those defaults made through the UI
|
|
|
|
`engine/config.py` is designed to read, write, manage and otherwise handle these files.
|