mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
Merge pull request 'updates branch/feature merging into patchy-patch5' (#52) from updates into Patchy-Patch5
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/52
This commit is contained in:
commit
1244ea7d01
2 changed files with 1869 additions and 1850 deletions
3712
game/screens.rpy
3712
game/screens.rpy
File diff suppressed because it is too large
Load diff
|
@ -292,6 +292,13 @@ image black = "#000"
|
||||||
label splashscreen:
|
label splashscreen:
|
||||||
$ persistent.splashtype = random.randint(0,2000 - 1)
|
$ persistent.splashtype = random.randint(0,2000 - 1)
|
||||||
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
|
$ 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
|
stop sound
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue