NightJson: remove empty line before comment

This commit is contained in:
Martin Prokoph
2025-08-02 23:05:43 +02:00
parent f3c211f0a6
commit fcf7f2a4f1
2 changed files with 5 additions and 9 deletions

View File

@@ -1,20 +1,14 @@
{
// Volume of theme music (0-100)
"musicVolume": 100,
"musicVolume": 30,
// Volume of sound effects (0-100)
"soundVolume": 100,
// Amount the user interface should be scaled
"guiScale": 4.49,
"guiScale": 5.7,
// 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"
}