diff --git a/game/scripts/script.rpy b/game/scripts/script.rpy index cca4f815..91b7704b 100644 --- a/game/scripts/script.rpy +++ b/game/scripts/script.rpy @@ -94,5 +94,6 @@ label game_init: return init python: + renpy.music.register_channel("background", "sfx", True) renpy.music.register_channel("bg_sounds", "sfx", True) renpy.music.register_channel("weather", "weather", True)