暂停界面可以用方向键选择按钮

This commit is contained in:
MrZ626
2021-01-24 14:21:11 +08:00
parent 6413111615
commit 5ff8d96054

View File

@@ -150,6 +150,8 @@ function scene.keyDown(key)
if(GAME.result or GAME.replaying)and #PLAYERS==1 and not GAME.saved and saveRecording()then
GAME.saved=true
end
else
WIDGET.keyPressed(key)
end
end