From c064b8d0f332df379d903388d8df435b2e342b71 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 14 Mar 2021 20:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=BC=80=E5=90=8E?= =?UTF-8?q?=E8=99=9A=E6=8B=9F=E6=8C=89=E9=94=AE=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/play.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/parts/scenes/play.lua b/parts/scenes/play.lua index bfbe23dd..6e3b0ead 100644 --- a/parts/scenes/play.lua +++ b/parts/scenes/play.lua @@ -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