修正有两个彩蛋模式纯键盘进不去
This commit is contained in:
@@ -53,6 +53,13 @@ function scene.mouseDown(x,y)
|
||||
end
|
||||
end
|
||||
scene.touchDown=scene.mouseDown
|
||||
function scene.keyDown(key)
|
||||
if key=="escape"then
|
||||
SCN.back()
|
||||
elseif love.keyboard.isDown("M")and love.keyboard.isDown("D")then
|
||||
loadGame('sprintMD',true)
|
||||
end
|
||||
end
|
||||
|
||||
function scene.draw()
|
||||
local minoColor,skinSet=minoColor,SETTING.skin
|
||||
|
||||
Reference in New Issue
Block a user