mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
add extra ambient channel
This commit is contained in:
parent
31e5c61be9
commit
792fa8a288
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue