DO
This commit is contained in:
parent
918a3f49c2
commit
e799ad8aba
44 changed files with 11030 additions and 76088 deletions
|
|
@ -270,6 +270,14 @@
|
|||
out_xml( '\t</Button>\r\n')
|
||||
|
||||
|
||||
if len( spl) > 10:
|
||||
out_xml( '\t<Image>\r\n')
|
||||
print("spl[11]=" + spl[11])
|
||||
out_xml( '\t<Filename> "ROOT/taobin_project/image/menu_overlay_set/button_overlay_18year_'+ spl[11] +'.png" </Filename>\r\n')
|
||||
out_xml( '\t</Image>\r\n')
|
||||
|
||||
|
||||
|
||||
menu_color_font = None
|
||||
desc_color_font = None
|
||||
|
||||
|
|
@ -592,6 +600,7 @@
|
|||
out_xml( '</Block>\r\n')
|
||||
|
||||
###############################################################################
|
||||
print("sp[2]" + spl[2])
|
||||
out_xml( '\t; '+ spl[8] + ' ' + spl[9] + ' ' + spl[10]+ ' \r\n')
|
||||
if spl[8] != '-' or spl[9] != '-' or spl[10] != '-':
|
||||
menu_img = spl[7]
|
||||
|
|
@ -748,6 +757,13 @@
|
|||
|
||||
out_xml( '\t</EventOnClick>\r\n')
|
||||
out_xml( '\t</Button>\r\n')
|
||||
|
||||
if len( spl) > 10:
|
||||
out_xml( '\t<Image>\r\n')
|
||||
print("spl[11]=" + spl[11])
|
||||
out_xml( '\t<Filename> "ROOT/taobin_project/image/menu_overlay_set/button_overlay_18year_'+ spl[11] +'.png" </Filename>\r\n')
|
||||
out_xml( '\t</Image>\r\n')
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue