修复重开后虚拟按键失效
This commit is contained in:
@@ -29,6 +29,7 @@ scene.mouseDown=NULL
|
|||||||
local function restart()
|
local function restart()
|
||||||
resetGameData(GAME.frame<240 and"q")
|
resetGameData(GAME.frame<240 and"q")
|
||||||
noKey=GAME.replaying
|
noKey=GAME.replaying
|
||||||
|
noTouch=noKey
|
||||||
end
|
end
|
||||||
function scene.touchDown(x,y)
|
function scene.touchDown(x,y)
|
||||||
if noTouch then return end
|
if noTouch then return end
|
||||||
|
|||||||
Reference in New Issue
Block a user