移除加载时可能的强制重启(防止ios出问题)
几处love退出改为去quit场景(防止ios出问题) 整理代码 框架跟进
This commit is contained in:
@@ -9,10 +9,10 @@ local scene={}
|
||||
|
||||
local cur-- Cursor position
|
||||
|
||||
function scene.sceneInit()
|
||||
function scene.enter()
|
||||
cur=#BAG
|
||||
end
|
||||
function scene.sceneBack()
|
||||
function scene.leave()
|
||||
saveFile(DATA.copySequence(),'conf/customSequence')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user