diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-07-29 00:30:28 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-07-29 00:30:28 -0400 |
commit | f3a037701799169066c6cb12b3c7023029b8b281 (patch) | |
tree | 6e9bb0839152dc52faab8d3a927d077b864a85de /settings.json | |
parent | 0ce09f72f4af26412356b9699d402b52dbcfc94f (diff) | |
download | NPEhero-f3a037701799169066c6cb12b3c7023029b8b281.tar.gz NPEhero-f3a037701799169066c6cb12b3c7023029b8b281.tar.bz2 NPEhero-f3a037701799169066c6cb12b3c7023029b8b281.zip |
Show level and difficulty loading errors in the gui
Diffstat (limited to 'settings.json')
-rwxr-xr-x | settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/settings.json b/settings.json index 8d4feca..fb4d270 100755 --- a/settings.json +++ b/settings.json @@ -1 +1,5 @@ -{"musicVol":0.0,"effectsVol":1.0}
\ No newline at end of file +{ + "effectsVol": 1.0, + "musicVol": 1.0, + "enableMenuMusic": true +}
\ No newline at end of file |