更新后跳转

This commit is contained in:
MrZ_26
2020-07-30 01:07:45 +08:00
parent 61277c60dd
commit 1545d30edd
3 changed files with 18 additions and 7 deletions

View File

@@ -38,7 +38,12 @@ function Tmr.load()
S.cur=S.cur+1
S.tar=S.cur
if S.cur>62.6 then
SCN.swapTo("intro","none")
if newVersionLaunch then
SCN.push("intro","fade")
SCN.swapTo("history","fade")
else
SCN.swapTo("intro","none")
end
end
return
end