主菜单不再禁止自动自动重复按键

This commit is contained in:
MrZ626
2021-03-29 11:12:13 +08:00
parent 4dad8500bc
commit 209038adb2

View File

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