更换主菜单的关于图标,调整返回图标尺寸

This commit is contained in:
MrZ626
2021-05-28 00:40:07 +08:00
parent 1f1d69d484
commit 7f563df71c
2 changed files with 12 additions and 5 deletions

View File

@@ -182,7 +182,14 @@ scene.widgetList={
{"dArc",53,31,40,2.3,3.9},
}
},
WIDGET.newButton{name="about", x=-110,y=670,w=600,h=70, color='lB',fText=TEXTURE.more,font=35,align='R',edge=30,code=pressKey"x"},
WIDGET.newButton{name="about", x=-110,y=670,w=600,h=70, color='lB',font=35,align='R',edge=30,code=pressKey"x",
fText=DOGC{50,50,
{'setLW',5},
{'dCirc',25,25,22},
{'fRect',22,11,6,6},
{'fRect',22,20,6,20},
}
},
WIDGET.newButton{name="back", x=1390,y=670,w=600,h=70, color='lR',fText=TEXTURE.back,font=40,align='L',edge=30,code=backScene},
}