小游戏dropper的返回按钮样式微调

This commit is contained in:
MrZ626
2021-03-07 15:07:25 +08:00
parent db539dafd1
commit 7509420d72

View File

@@ -239,7 +239,7 @@ function scene.draw()
end
scene.widgetList={
WIDGET.newKey{name="back",x=1140,y=60,w=170,h=80,font=40,code=pressKey("escape")},
WIDGET.newButton{name="back",x=1140,y=60,w=170,h=80,font=40,code=pressKey("escape")},
}
return scene