暂停按钮稍微小一点

This commit is contained in:
MrZ626
2021-01-01 03:56:14 +08:00
parent eac6800a17
commit 0b59842908

View File

@@ -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