Fix exception on startup because of a missing song
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user