From 209038adb2d6cd622f6574bc7cb448eb08b762d9 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 29 Mar 2021 11:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E8=8F=9C=E5=8D=95=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E8=87=AA=E5=8A=A8=E8=87=AA=E5=8A=A8=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E6=8C=89=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/main.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/parts/scenes/main.lua b/parts/scenes/main.lua index 209f5375..9dcbdafb 100644 --- a/parts/scenes/main.lua +++ b/parts/scenes/main.lua @@ -43,10 +43,6 @@ function scene.sceneInit() GAME.seed=math.random(2e6) PLY.newDemoPlayer(1) PLAYERS[1]:setPosition(520,140,.8) - love.keyboard.setKeyRepeat(false) -end -function scene.sceneBack() - love.keyboard.setKeyRepeat(true) end function scene.mouseDown(x,y)