feat: add comments to settings file

This commit is contained in:
Martin Prokoph
2025-08-02 16:43:08 +02:00
parent 7fda6fdfe5
commit f7d0d21370
2 changed files with 21 additions and 1 deletions

View File

@@ -1,8 +1,20 @@
{
// Volume of theme music (0-100)
"musicVolume": 100,
// Volume of sound effects (0-100)
"soundVolume": 100,
"guiScale": 6.0,
// Amount the user interface should be scaled
"guiScale": 4.49,
// Whether speed should scale with level (true/false)
"shouldScaleSpeed": true,
// One of [Noob, Easy, Normal, Hard, Extreme, WTF]
"difficulty": "Normal",
// One of [English, Deutsch]
"language": "Deutsch"
}