SFX and BGM are now separate sliders

This commit is contained in:
Ishaan Bhardwaj
2020-12-20 15:26:32 -05:00
parent f4675da0b0
commit 548612123a
3 changed files with 12 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ function love.load()
if not config.das then config.das = 10 end
if not config.arr then config.arr = 2 end
if not config.sfx_volume then config.sfx_volume = 0.5 end
if not config.bgm_volume then config.bgm_volume = 0.5 end
if config.secret == nil then config.secret = false
elseif config.secret == true then playSE("welcome") end