支持加载部分老版本存档,软件锁界面出现时机调整,按钮位置调整

This commit is contained in:
MrZ_26
2020-08-16 21:01:34 +08:00
parent b2ba8a84e9
commit 2cf64541f2
5 changed files with 46 additions and 36 deletions

View File

@@ -39,18 +39,15 @@ function Tmr.load()
SKIN.load()
stat.run=stat.run+1
--------------------------
SFX.play("welcome_sfx")
VOC.play("welcome")
if not setting.appLock then
SFX.play("welcome_sfx")
VOC.play("welcome")
end
else
S.cur=S.cur+1
S.tar=S.cur
if S.cur>62.6 then
if newVersionLaunch then
SCN.push("intro","fade")
SCN.swapTo("history","fade")
else
SCN.swapTo("intro","none")
end
SCN.swapTo(setting.appLock and "calculator"or"intro","none")
end
loadingFinished=true
return