first draft

This commit is contained in:
Nio
2021-08-10 01:07:55 +10:00
parent d82571ffe9
commit aeb0f2cdfb
71 changed files with 10067 additions and 4179 deletions

View File

@ -47,13 +47,7 @@ define build.name = "SnootGame"
define config.has_sound = True
define config.has_music = True
define config.has_voice = True
define config.play_channel = "uisounds"
##Custom Channels?
init -1 python:
renpy.music.register_channel("uisounds", "ui", loop=False, stop_on_mute=True)
define config.has_voice = False
## To allow the user to play a test sound on the sound or voice channel,