From a0e3eb21c56da219058a92dd4bfb7a22e7b020ab Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 11 Jul 2021 15:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E8=8F=9C=E5=8D=95=E6=8C=89esc?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=BF=94=E5=9B=9Eintro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/main.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parts/scenes/main.lua b/parts/scenes/main.lua index 56d87b6e..a0e223e5 100644 --- a/parts/scenes/main.lua +++ b/parts/scenes/main.lua @@ -114,6 +114,8 @@ function scene.keyDown(key,isRep) end elseif key=="c"then enterConsole() + elseif key=="escape"then + SCN.back() end end