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