主菜单不再禁止自动自动重复按键
This commit is contained in:
@@ -43,10 +43,6 @@ function scene.sceneInit()
|
|||||||
GAME.seed=math.random(2e6)
|
GAME.seed=math.random(2e6)
|
||||||
PLY.newDemoPlayer(1)
|
PLY.newDemoPlayer(1)
|
||||||
PLAYERS[1]:setPosition(520,140,.8)
|
PLAYERS[1]:setPosition(520,140,.8)
|
||||||
love.keyboard.setKeyRepeat(false)
|
|
||||||
end
|
|
||||||
function scene.sceneBack()
|
|
||||||
love.keyboard.setKeyRepeat(true)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function scene.mouseDown(x,y)
|
function scene.mouseDown(x,y)
|
||||||
|
|||||||
Reference in New Issue
Block a user