From a9a66bf21ecff2f7015e6151650724642bba646a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 28 Jun 2021 03:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=81=E7=AE=80=E8=8F=9C=E5=8D=95=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E6=94=BE=E5=88=B0=E5=B1=8F=E5=B9=95=E5=A4=96=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E8=AF=AF=E8=A7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/setting_game.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parts/scenes/setting_game.lua b/parts/scenes/setting_game.lua index 60f0407f..62fce078 100644 --- a/parts/scenes/setting_game.lua +++ b/parts/scenes/setting_game.lua @@ -18,6 +18,7 @@ function scene.draw() gc.draw(SKIN.curText[b%16+1],410,540,t%6.2832,2,nil,15,15) end +scene.widgetScrollHeight=200 scene.widgetList={ WIDGET.newText{name="title", x=640,y=15,font=80}, @@ -33,7 +34,7 @@ scene.widgetList={ WIDGET.newSwitch{name="autoPause", x=1060, y=310, disp=SETval("autoPause"), code=SETrev("autoPause")}, WIDGET.newSwitch{name="swap", x=1060, y=380, disp=SETval("swap"), code=SETrev("swap")}, WIDGET.newSwitch{name="fine", x=1060, y=450, disp=SETval("fine"), code=function()SETTING.fine=not SETTING.fine if SETTING.fine then SFX.play('finesseError',.6)end end}, - WIDGET.newSwitch{name="simpMode", x=1060, y=520, disp=SETval("simpMode"), + WIDGET.newSwitch{name="simpMode", x=500, y=800, disp=SETval("simpMode"), code=function() SETTING.simpMode=not SETTING.simpMode for i=1,#SCN.stack,2 do