修复放录像后按键无效
This commit is contained in:
@@ -2,7 +2,6 @@ local gc=love.graphics
|
|||||||
local gc_setColor,gc_circle=gc.setColor,gc.circle
|
local gc_setColor,gc_circle=gc.setColor,gc.circle
|
||||||
local tc=love.touch
|
local tc=love.touch
|
||||||
|
|
||||||
local int=math.floor
|
|
||||||
local max,sin=math.max,math.sin
|
local max,sin=math.max,math.sin
|
||||||
|
|
||||||
local SCR=SCR
|
local SCR=SCR
|
||||||
@@ -41,6 +40,7 @@ end
|
|||||||
scene.mouseDown=NULL
|
scene.mouseDown=NULL
|
||||||
local function restart()
|
local function restart()
|
||||||
resetGameData(GAME.frame<240 and"q")
|
resetGameData(GAME.frame<240 and"q")
|
||||||
|
noKey=GAME.replaying
|
||||||
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