forked from Cavemanon/SnootGame
21 lines
524 B
Plaintext
21 lines
524 B
Plaintext
|
|
label splashscreen:
|
|
$ persistent.splashtype = random.randint(0,2000 - 1)
|
|
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
|
|
|
|
if persistent.autoup == 10000
|
|
python:
|
|
UpdateCheck()
|
|
if persistent.updateresult != "No new version is available":
|
|
updater.update(persistent.updateWebServer, force=True)
|
|
|
|
stop sound
|
|
|
|
if (persistent.languaged_up is None):
|
|
$ persistent.languaged_up = True
|
|
call screen translator_popup
|
|
|
|
|
|
return
|
|
|