remove music option from settings, fix preloading not working

This commit is contained in:
csd4ni3l
2025-11-09 22:42:21 +01:00
parent 478af97ae7
commit 2e3a732d58
2 changed files with 46 additions and 39 deletions

View File

@@ -58,9 +58,7 @@ settings = {
"FPS Limit": {"type": "slider", "min": 0, "max": 480, "config_key": "fps_limit", "default": 60},
},
"Sound": {
"Music": {"type": "bool", "config_key": "music", "default": True},
"SFX": {"type": "bool", "config_key": "sfx", "default": True},
"Music Volume": {"type": "slider", "min": 0, "max": 100, "config_key": "music_volume", "default": 50},
"SFX Volume": {"type": "slider", "min": 0, "max": 100, "config_key": "sfx_volume", "default": 50},
},
"Miscellaneous": {