简洁模式

This commit is contained in:
MrZ626
2021-02-12 16:24:16 +08:00
parent e911f4b9c5
commit 973784ca0f
10 changed files with 67 additions and 10 deletions

View File

@@ -21,11 +21,11 @@ function scene.mouseDown(_,_,k)
LOG.print("Old version detected & saving file changed, please restart the game",600,COLOR.yellow)
else
if newVersionLaunch then
SCN.push("main")
SCN.push(SETTING.simpMode and"main_simple"or"main")
SCN.swapTo("history","fade")
LOG.print(text.newVersion,"warn",COLOR.lBlue)
else
SCN.go("main")
SCN.go(SETTING.simpMode and"main_simple"or"main")
end
end
end