From c1cca84fddab5865dbee596373460fbbf600f0e4 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Sun, 2 Oct 2022 22:56:52 +0100 Subject: [PATCH] Add new audio channel --- game/scripts/script.rpy | 1 + 1 file changed, 1 insertion(+) 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)