Fix sounds & set defaults

Set persistent values to False if None
Play both On & Off Sound
onclick_audio, hardcode the audio and instead have a flag system for
just the transitions menu
This commit is contained in:
2021-10-12 07:12:09 +11:00
parent 48913f8a83
commit e393cec738
2 changed files with 11 additions and 3 deletions

View File

@ -38,6 +38,11 @@ init python:
renpy.music.register_channel("ambient2","sfx",True,tight=True)
if persistent.scroll == True:
config.keymap['dismiss'].append('mousedown_4')
elif persistent.scroll == None:
persistent.scroll = False
if persistent.lewd == None:
persistent.lewd = False
transform randPosition:
alpha 0.0