DO blender

This commit is contained in:
kong 2021-11-03 15:59:38 +07:00
parent a8cf23f0a3
commit ab04b8ce87
40 changed files with 2324 additions and 66 deletions

View file

@ -115,6 +115,13 @@
out_xml( '\t<Value> $' + product_code[i] + '.descriptionE </Value>\r\n')
out_xml( '\t</Text>\r\n')
out_xml( '\t<Image>\r\n')
out_xml( '\t<X> 2 </X>\r\n')
out_xml( '\t<Y> 2 </Y>\r\n')
out_xml( '\t<State> eval( STRCONTAIN "Smoothie" $' + product_code[i] + '.Button SmoRet \n If SmoRet = "true" Then\n Var return = "Enable"\n Else\n Var return = "Invisible"\n EndIf\n) </State> \r\n')
out_xml( '\t<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>\r\n')
out_xml( '\t</Image>\r\n')
out_xml( '</Block>\r\n')