From 5ff8d96054d53539cabc9a72d6ecea1981bedebb Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 24 Jan 2021 14:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=81=9C=E7=95=8C=E9=9D=A2=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E7=94=A8=E6=96=B9=E5=90=91=E9=94=AE=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/pause.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parts/scenes/pause.lua b/parts/scenes/pause.lua index 8149c45a..b9e486f8 100644 --- a/parts/scenes/pause.lua +++ b/parts/scenes/pause.lua @@ -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