forked from Cavemanon/SnootGame
Worked a little on the code, its absolutely broken. Going to ask for help
This commit is contained in:
10
game/update.rpy
Normal file
10
game/update.rpy
Normal file
@ -0,0 +1,10 @@
|
||||
init python:
|
||||
def UpdateCheck():
|
||||
renpy.notify("Updater Ran")
|
||||
pendingVersion = updater.UpdateVersion("https://update.snootgame.xyz", simulate="Monster-Update-6")
|
||||
if pendingVersion == None:
|
||||
persistent.updateresult = "No New Version is Available"
|
||||
#renpy.notify(persistent.updateresult)
|
||||
else:
|
||||
#renpy.notify(persistent.updateresult + "can be downloaded")
|
||||
updater.update("https://update.snootgame.xyz/updates.json", force=True)
|
Reference in New Issue
Block a user