完全移除不再需要的聊天室场景代码,移除更新版本后自动跳转更新历史页面的功能

This commit is contained in:
MrZ626
2021-05-10 02:26:20 +08:00
parent 8893c7da3e
commit dd682a4e6a
11 changed files with 15 additions and 143 deletions

View File

@@ -14,13 +14,7 @@ function scene.sceneInit()
end
function scene.mouseDown()
if newVersionLaunch then
SCN.push(SETTING.simpMode and"main_simple"or"main")
SCN.swapTo('history','fade')
LOG.print(text.newVersion,'warn',COLOR.lB)
else
SCN.go(SETTING.simpMode and"main_simple"or"main")
end
SCN.go(SETTING.simpMode and"main_simple"or"main")
end
function scene.touchDown()
scene.mouseDown()