Undo threading

This commit is contained in:
2022-10-27 17:25:15 +11:00
parent 6b58f1dd14
commit c14bf31238
3 changed files with 94 additions and 52 deletions

View File

@ -48,6 +48,8 @@ init python:
if persistent.autoup == None:
persistent.autoup = False
pass
transform randPosition:
alpha 0.0
xalign random.uniform(0.2,0.8)
@ -1144,19 +1146,6 @@ image hotel = "images/backgrounds/hotellobby.jpg"
image airport = "images/backgrounds/airport.jpg"
image fromairplane = "images/backgrounds/fromairplane.jpg"
#WAOH ITS THE TITLE SCREEN!!!!
label splashscreen:
$ persistent.splashtype = random.randint(0,2000 - 1)
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
if persistent.autoup:
python:
UpdateCheck()
if persistent.updateresult != "No new version is available":
updater.update(persistent.updateWebServer, force=True)
stop sound
return
#Custom Vars for positions
transform scenter: