Compare commits

..

No commits in common. "b62b7bcc3a009258001b5e0b9abda8b00623e1cc" and "7071d30b82becfc3ec3ea50fb02d68b1bb0aac6b" have entirely different histories.

3 changed files with 222 additions and 216 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,11 @@
transform popup_animation(time=4.0, xx=-200):
xoffset xx
linear 0.5 xoffset absolute(0)
pause time
linear 0.5 xoffset absolute(xx)
on start:
xoffset xx
on show:
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

View File

@ -211,8 +211,6 @@ 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))
@ -221,6 +219,8 @@ 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()