From ac41690e7683746a4edddc2491a3b759c24640f9 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 28 Dec 2021 12:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3staff=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=8C=89=E9=94=AE=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/staff.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/scenes/staff.lua b/parts/scenes/staff.lua index f5716682..156ba7d5 100644 --- a/parts/scenes/staff.lua +++ b/parts/scenes/staff.lua @@ -35,8 +35,8 @@ function scene.keyDown(key) loadGame('sprintLock',true) elseif key=='f'then loadGame('sprintFix',true) - else - return true + elseif key=='escape'then + SCN.back() end end