Add new audio channel
This commit is contained in:
parent
4e2ad91cf2
commit
c1cca84fdd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user