From 3c40dc0fdbee68740533c9c2117817259855d8ba Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 5 Jan 2021 15:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=81=9C=E6=8C=89=E9=92=AE=E5=AD=97?= =?UTF-8?q?=E5=8F=B7=E5=86=8D=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/net_game.lua | 2 +- parts/scenes/play.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/scenes/net_game.lua b/parts/scenes/net_game.lua index 5060c77e..a1b5de39 100644 --- a/parts/scenes/net_game.lua +++ b/parts/scenes/net_game.lua @@ -314,7 +314,7 @@ function scene.draw() gc.pop() end scene.widgetList={ - WIDGET.newKey{name="quit",x=1235,y=45,w=80,font=25,code=pressKey"escape"}, + WIDGET.newKey{name="quit",x=1235,y=45,w=80,font=20,code=pressKey"escape"}, } return scene \ No newline at end of file diff --git a/parts/scenes/play.lua b/parts/scenes/play.lua index f696db56..0374f820 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=60,font=25,code=function()pauseGame()end}, + WIDGET.newKey{name="pause",x=1235,y=45,w=60,font=20,code=function()pauseGame()end}, } return scene \ No newline at end of file