修正有两个彩蛋模式纯键盘进不去

This commit is contained in:
MrZ626
2021-09-30 01:14:25 +08:00
parent 43db02f97d
commit 6f7ebb4cbf
3 changed files with 26 additions and 16 deletions

View File

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