暂停按钮字号再小一点

This commit is contained in:
MrZ626
2021-01-05 15:48:12 +08:00
parent d329f665b1
commit 3c40dc0fdb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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