修复重开后虚拟按键失效

This commit is contained in:
MrZ626
2021-03-14 20:24:46 +08:00
parent 3484d35b77
commit c064b8d0f3

View File

@@ -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