为了不再需要控件模块统一添加back按钮文本,返回按钮统一使用图标;含义接近"更多"按钮也改用图标

This commit is contained in:
MrZ626
2021-05-27 15:37:06 +08:00
parent 5adda6adaa
commit d4fd2cd22f
55 changed files with 66 additions and 72 deletions

View File

@@ -302,7 +302,7 @@ scene.widgetList={
WIDGET.newSwitch{name="next", x=240,y=235,font=40,disp=function()return nexts end,code=pressKey"q",hideF=function()return state==1 end},
WIDGET.newSwitch{name="blind", x=240,y=305,font=40,disp=function()return blind end,code=pressKey"w",hideF=function()return state==1 end},
WIDGET.newSwitch{name="fast", x=240,y=375,font=30,disp=function()return fast end,code=pressKey"e",hideF=function()return state==1 end},
WIDGET.newButton{name="back", x=1140,y=640,w=170,h=80,font=40,code=backScene},
WIDGET.newButton{name="back", x=1140,y=640,w=170,h=80,fText=TEXTURE.back,font=40,code=backScene},
}
return scene