From cb98a9094aed790916890217149f11e8d2602573 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Wed, 12 Aug 2020 22:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=A1=E7=AE=97=E5=99=A8?= =?UTF-8?q?=E5=88=87=E5=9C=BA=E6=99=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index 9971c68b..b29c2c37 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -191,7 +191,7 @@ function keyDown.calculator(k) end elseif k=="space"then if S.pass then - SCN.go("load") + SCN.swapTo("load") end end end @@ -203,6 +203,8 @@ function keyDown.load(k) elseif k=="s"then marking=nil sceneTemp.skip=true + elseif k=="escape"then + SCN.back() end end function touchDown.load(id,x,y)