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