forked from Cavemanon/SnootGame
Preferences -> Persistent
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user