turn on linear fades to prevent mixing from getting out of wack

and fucking fix those volume defaults once and for all
This commit is contained in:
2024-10-07 00:51:56 -05:00
parent 934a0dc72a
commit 7612935547
3 changed files with 13 additions and 7 deletions

View File

@ -60,7 +60,7 @@ label before_main_menu:
# Call initial language setup screen
# languaged_up is set within lang_sel
if (persistent.languaged_up is None):
$ preferences.set_volume('ui', config.default_sfx_volume) # stank fucking workaround to fix a bug
$ preferences.set_mixer("ui", config.default_sfx_volume)
call screen lang_sel
return