forked from SilverStudioGames/WTS
Bug fix
* Fixed sound2 audio channel using unintentionally looping
This commit is contained in:
parent
598bff0d7c
commit
0eeb36ea0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user