离开录像菜单时会清空mod选择状态
This commit is contained in:
@@ -73,6 +73,10 @@ function scene.enter()
|
|||||||
listBox:setList(REPLAY)
|
listBox:setList(REPLAY)
|
||||||
_updateButtonVisibility()
|
_updateButtonVisibility()
|
||||||
end
|
end
|
||||||
|
function scene.leave()
|
||||||
|
for i=1,#MODOPT do MODOPT[i].sel=0 end
|
||||||
|
TABLE.cut(GAME.mod)
|
||||||
|
end
|
||||||
|
|
||||||
function scene.keyDown(key)
|
function scene.keyDown(key)
|
||||||
if key=='return' or key=='kpenter' then
|
if key=='return' or key=='kpenter' then
|
||||||
|
|||||||
Reference in New Issue
Block a user