Compare commits
No commits in common. "b62b7bcc3a009258001b5e0b9abda8b00623e1cc" and "7071d30b82becfc3ec3ea50fb02d68b1bb0aac6b" have entirely different histories.
b62b7bcc3a
...
7071d30b82
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,7 @@
|
||||
transform popup_animation(time=4.0, xx=-200):
|
||||
on start:
|
||||
xoffset xx
|
||||
on show:
|
||||
xoffset xx
|
||||
linear 0.5 xoffset absolute(0)
|
||||
pause time
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user