Add new audio channel

This commit is contained in:
LoafyLemon 2022-10-02 22:56:52 +01:00
parent 4e2ad91cf2
commit c1cca84fdd
1 changed files with 1 additions and 0 deletions

View File

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