Fix exception on startup because of a missing song

This commit is contained in:
2024-08-04 11:50:04 -05:00
parent 69253ed0cb
commit b2b241da10

View File

@@ -40,10 +40,7 @@ define config.mixed_position = False
define config.defer_tl_scripts = True
label before_main_menu:
if not persistent.epilogue:
$ renpy.music.play("<loop 61.931333>" + DEFAULT_MUSIC_FILEPATH + "mus_titlescreen" + DEFAULT_MUSIC_EXTENSION, channel="music", loop=True)
else:
$ renpy.music.play("<loop 2.580167>" + DEFAULT_MUSIC_FILEPATH + "mus_complete" + DEFAULT_MUSIC_EXTENSION, channel="music", loop=True)
$ renpy.music.play("<loop 61.931333>" + DEFAULT_MUSIC_FILEPATH + "mus_titlescreen" + DEFAULT_MUSIC_EXTENSION, channel="music", loop=True)
if (persistent.languaged_up is None):
$ preferences.set_volume('ui', config.default_sfx_volume)