From 792fa8a2882dfe5e2fa5dc87ffa4b8bf3c991ccf Mon Sep 17 00:00:00 2001 From: Bowie Date: Sat, 24 Jul 2021 17:19:53 +0100 Subject: [PATCH] add extra ambient channel --- game/script.rpy | 1 + 1 file changed, 1 insertion(+) diff --git a/game/script.rpy b/game/script.rpy index e497438..6c4ab6f 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -29,6 +29,7 @@ init python: # allows playing looped ambience alongside music renpy.music.register_channel("ambient","sfx",True,tight=True) renpy.music.register_channel("ambient1","sfx",True,tight=True) + renpy.music.register_channel("ambient2","sfx",True,tight=True) if persistent.scroll == True: config.keymap['dismiss'].append('mousedown_4')