* Fixed sound2 audio channel using unintentionally looping
This commit is contained in:
LoafyLemon 2023-05-16 19:02:13 +01:00
parent 598bff0d7c
commit 0eeb36ea0f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ init python:
settings.default("image_cache_size", 512)
renpy.music.register_channel("background", "sfx", True)
renpy.music.register_channel("sound2", "sfx", True)
renpy.music.register_channel("sound2", "sfx", False)
renpy.music.register_channel("weather", "weather", True)
# Configuration