修复放录像后按键无效

This commit is contained in:
MrZ626
2021-02-07 15:27:09 +08:00
parent 2bc03d43bc
commit 5190157454

View File

@@ -2,7 +2,6 @@ local gc=love.graphics
local gc_setColor,gc_circle=gc.setColor,gc.circle
local tc=love.touch
local int=math.floor
local max,sin=math.max,math.sin
local SCR=SCR
@@ -41,6 +40,7 @@ end
scene.mouseDown=NULL
local function restart()
resetGameData(GAME.frame<240 and"q")
noKey=GAME.replaying
end
function scene.touchDown(_,x,y)
if noTouch then return end