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