Compare commits
3 Commits
7071d30b82
...
b62b7bcc3a
Author | SHA1 | Date | |
---|---|---|---|
b62b7bcc3a | |||
019ca9e9a9 | |||
f0c9aaa153 |
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,8 @@
|
||||
transform popup_animation(time=4.0, xx=-200):
|
||||
on start:
|
||||
xoffset xx
|
||||
on show:
|
||||
xoffset xx
|
||||
linear 0.5 xoffset absolute(0)
|
||||
pause time
|
||||
linear 0.5 xoffset absolute(xx)
|
||||
xoffset xx
|
||||
linear 0.5 xoffset absolute(0)
|
||||
pause time
|
||||
linear 0.5 xoffset absolute(xx)
|
||||
|
||||
screen popup_window(msg="", xpos=0, ypos=60):
|
||||
tag popup_window
|
||||
|
@ -211,6 +211,8 @@ init python:
|
||||
|
||||
doll.body.matrix = IdentityMatrix()
|
||||
|
||||
delattr(store, "achievements_dict")
|
||||
|
||||
if current > latest:
|
||||
raise Exception("Loaded save file is incompatible. (Save Version: {}, Game Version: {})".format(current, latest))
|
||||
|
||||
@ -219,8 +221,6 @@ init python:
|
||||
setattr(store, "_savecompat", True)
|
||||
message = "Have fun!"
|
||||
|
||||
achievements.attempt_repair()
|
||||
|
||||
renpy.call_in_new_context("modal_popup", "Update Successful", "\nYour save file has been successfully updated to version {{b}}{}{{/b}}.\n\n{}".format(config.version, message), None, "Hurray!")
|
||||
|
||||
renpy.block_rollback()
|
||||
|
Loading…
x
Reference in New Issue
Block a user