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

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},
}

View File

@@ -139,11 +139,11 @@ TEXTURE.more=DOGC{60,15,
}
--Back mark
TEXTURE.back=DOGC{75,55,
TEXTURE.back=DOGC{60,55,
{'setLW',6},
{'line',5,10,55,10},
{'line',10,40,55,40},
{'dArc',55,25,15,-1.6,1.6},
{'line',11,10,40,10},
{'line',10,40,40,40},
{'dArc',40,25,15,-1.6,1.6},
{'setLW',4},
{'line',20,50,10,40,20,30},
}