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