pyglet_demo/conf/README.md
2025-04-20 21:32:09 -04:00

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.