From 3e4f945d56997a4949d7ea7d46c4ece87e6a7a2a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 24 Aug 2021 00:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=A6=E5=B1=8F=E9=80=80?= =?UTF-8?q?=E5=87=BA=E6=B8=B8=E6=88=8F=E7=9A=84=E6=8C=89=E9=92=AE=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=8F=96=E6=B6=88=E6=B8=B8=E6=88=8F=E4=B8=AD=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AF=BC=E8=87=B4=E8=BF=9B=E4=B8=8D=E5=8E=BB=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/pause.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/pause.lua b/parts/scenes/pause.lua index b5f74550..57b4a6a2 100644 --- a/parts/scenes/pause.lua +++ b/parts/scenes/pause.lua @@ -357,7 +357,7 @@ scene.widgetList={ WIDGET.newKey{name="resume", x=290,y=240,w=300,h=70,code=pressKey"escape"}, WIDGET.newKey{name="restart", x=290,y=340,w=300,h=70,code=pressKey"r",hideF=function()return GAME.fromRepMenu end}, WIDGET.newKey{name="setting", x=290,y=440,w=300,h=70,code=pressKey"s",hideF=function()return GAME.fromRepMenu end}, - WIDGET.newKey{name="quit", x=290,y=540,w=300,h=70,code=backScene}, + WIDGET.newKey{name="quit", x=290,y=540,w=300,h=70,code=pressKey"q"}, WIDGET.newKey{name="tas", x=290,y=620,w=240,h=50,code=pressKey"t",hideF=function()return not SETTING.allowTAS or GAME.tasUsed or GAME.result or GAME.replaying end}, WIDGET.newKey{name="page_prev", x=500,y=390,w=70,code=pressKey"tab",noFrame=true, fText=GC.DO{70,70,{'setLW',2}, {'dRPol',33,35,32,3,6,3.142},{'dRPol',45,35,32,3,6,3.142}},