diff --git a/game/script.rpy b/game/script.rpy index 80561b7..5148698 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -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("" + DEFAULT_MUSIC_FILEPATH + "mus_titlescreen" + DEFAULT_MUSIC_EXTENSION, channel="music", loop=True) - else: - $ renpy.music.play("" + DEFAULT_MUSIC_FILEPATH + "mus_complete" + DEFAULT_MUSIC_EXTENSION, channel="music", loop=True) + $ renpy.music.play("" + 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)