修复staff场景按esc不能返回

This commit is contained in:
MrZ626
2020-12-10 10:37:08 +08:00
parent 106a22eb27
commit b97b87bfb0

View File

@@ -26,7 +26,9 @@ function scene.touchDown(_,x,y)
end
function scene.keyDown(k)
if kb.isDown("s")then
if k=="escape"then
SCN.back()
elseif kb.isDown("s")then
if k=="l"then
loadGame("sprintLock")
elseif k=="f"then