add extra ambient channel

This commit is contained in:
Bowie 2021-07-24 17:19:53 +01:00
parent 31e5c61be9
commit 792fa8a288
1 changed files with 1 additions and 0 deletions

View File

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