From 0b59842908a0c545a8e54dbd6bedce3d097baad1 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 1 Jan 2021 03:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=81=9C=E6=8C=89=E9=92=AE=E7=A8=8D?= =?UTF-8?q?=E5=BE=AE=E5=B0=8F=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/play.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/play.lua b/parts/scenes/play.lua index 0d564c22..40118407 100644 --- a/parts/scenes/play.lua +++ b/parts/scenes/play.lua @@ -371,7 +371,7 @@ function scene.draw() gc.pop() end scene.widgetList={ - WIDGET.newKey{name="pause",x=1235,y=45,w=80,font=25,code=function()pauseGame()end}, + WIDGET.newKey{name="pause",x=1235,y=45,w=60,font=25,code=function()pauseGame()end}, } return scene \ No newline at end of file