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,8 +1,11 @@
|
|||||||
transform popup_animation(time=4.0, xx=-200):
|
transform popup_animation(time=4.0, xx=-200):
|
||||||
xoffset xx
|
on start:
|
||||||
linear 0.5 xoffset absolute(0)
|
xoffset xx
|
||||||
pause time
|
on show:
|
||||||
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):
|
screen popup_window(msg="", xpos=0, ypos=60):
|
||||||
tag popup_window
|
tag popup_window
|
||||||
|
@ -211,8 +211,6 @@ init python:
|
|||||||
|
|
||||||
doll.body.matrix = IdentityMatrix()
|
doll.body.matrix = IdentityMatrix()
|
||||||
|
|
||||||
delattr(store, "achievements_dict")
|
|
||||||
|
|
||||||
if current > latest:
|
if current > latest:
|
||||||
raise Exception("Loaded save file is incompatible. (Save Version: {}, Game Version: {})".format(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)
|
setattr(store, "_savecompat", True)
|
||||||
message = "Have fun!"
|
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.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()
|
renpy.block_rollback()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user