12345678910111213141516 |
- <uipanel id="KLAppearEquipItem" name="外观装备道具模板" width="64" height="64" zindex="-1">
- <button id="BtnEquip" width="64" height="64" atlas="Atlas/Common.spriteatlas" onclick="" src="cdTime_2" raycast="1">
- </button>
- <item id="EquipItem" src="20020001" width="64" height="64" mscale="40,40,40" mfixsize="64,64">
- </item>
- <img id="img_quality" a= "11" atlas="Atlas/UIBagPanel.spriteatlas" src="img_icon_excellent" z="-100" >
- </img>
-
- <text id="strengthLevel" fonttype="real_real_font_strength" a= "21" y= "-5" z="-100">
- </text>
- <text id="appendLevel" fonttype="real_font_append" horwrap="1" a= "21" y="-20" z="-100">
- </text>
-
- <img id="SpState" a="22" x="6" y="-5" z="-100" atlas="Atlas/Common.spriteatlas" src="bg_setting_gou" raycast="0" active = "0" >
- </img>
- </uipanel>
|