merge Patch7 into master #192

Merged
nutbuster merged 202 commits from Patch7 into master 2022-10-29 05:53:44 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 428720edff - Show all commits

View File

@ -29,7 +29,7 @@ init python:
def ToggleAutoUpdate():
onclick_audio(persistent.autoup)
preferences.autoup = not preferences.autoup
persistent.autoup = not persistent.autoup
def ToggleAutoForwardMove():
onclick_audio(persistent.afm_enable)

View File

@ -45,6 +45,9 @@ init python:
if persistent.lewd == None:
persistent.lewd = False
if persistent.autoup == None:
persistent.autoup = False
transform randPosition:
alpha 0.0
xalign random.uniform(0.2,0.8)