updates branch/feature merging into patchy-patch5 #52

Merged
coolestskinnieinthejungle merged 9 commits from updates into Patchy-Patch5 2021-07-09 04:29:23 +00:00
2 changed files with 1869 additions and 1850 deletions

File diff suppressed because it is too large Load Diff

View File

@ -292,6 +292,13 @@ image black = "#000"
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