更换主菜单的关于图标,调整返回图标尺寸
This commit is contained in:
@@ -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},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user