移除加载时可能的强制重启(防止ios出问题)

几处love退出改为去quit场景(防止ios出问题)
整理代码
框架跟进
This commit is contained in:
MrZ_26
2022-11-06 17:28:54 +08:00
parent d932febe89
commit f70edaac83
66 changed files with 252 additions and 312 deletions

View File

@@ -17,7 +17,7 @@ local rank-- Current rank
local trophy-- Current trophy
local trophyColor-- Current trophy color
function scene.sceneInit()
function scene.enter()
page=0
if SCN.prev:find("setting") then
TEXT.show(text.needRestart,640,410,50,'fly',.6)
@@ -116,7 +116,7 @@ function scene.sceneInit()
GAME.prevBG=false
end
end
function scene.sceneBack()
function scene.leave()
trySave()
end