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')