Compare commits
3 Commits
7071d30b82
...
b62b7bcc3a
Author | SHA1 | Date | |
---|---|---|---|
b62b7bcc3a | |||
019ca9e9a9 | |||
f0c9aaa153 |
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,4 @@
|
|||||||
transform popup_animation(time=4.0, xx=-200):
|
transform popup_animation(time=4.0, xx=-200):
|
||||||
on start:
|
|
||||||
xoffset xx
|
|
||||||
on show:
|
|
||||||
xoffset xx
|
xoffset xx
|
||||||
linear 0.5 xoffset absolute(0)
|
linear 0.5 xoffset absolute(0)
|
||||||
pause time
|
pause time
|
||||||
|
@ -211,6 +211,8 @@ 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))
|
||||||
|
|
||||||
@ -219,8 +221,6 @@ 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