12345678910111213141516171819202122232425 |
- <uipanel id="KLUIBossHpPanel" name="怪物血条界面" width="300" height="120" zindex="50" a="01" movecanvas="0" y="0">
- <img id="bg" atlas="Atlas/UIBossHpPanel.spriteatlas" src="bg_role_hp" y="15">
- <loadingbar id="sliderHp" hidetext="0" atlas="Atlas/UIBossHpPanel.spriteatlas" width="189" height="14" vertical="0" x="35" y="3" fontsize="16" src="" loadingbar="monsterHp" startper="0" ta="11" raycast="0" outlinesize="1" outlinecolor="#000000">
- </loadingbar>
- <loadingbar id="sliderHp2" hidetext="0" atlas="Atlas/UIBossHpPanel.spriteatlas" width="189" height="14" vertical="0" x="35" y="3" fontsize="16" src="" loadingbar="monsterHp2" startper="0" ta="11" raycast="0" outlinesize="1" outlinecolor="#000000">
- </loadingbar>
- <loadingbar id="sliderHp3" hidetext="0" atlas="Atlas/KLBossHp.spriteatlas" width="189" height="14" vertical="0" x="35" y="3" fontsize="16" src="" loadingbar="monsterHp3" startper="0" ta="11" raycast="0" outlinesize="1" outlinecolor="#000000">
- </loadingbar>
- <text id="name" text="名字" fontsize="18" width="120" height="22" ta="01" color="#ff2323" outlinesize="1" outlinecolor="#000000" x="80" y="25" z="0" a="10">
- </text>
- <text id="club_name" text="" fontsize="18" width="120" height="22" ta="01" color="#CA9737" outlinesize="1" outlinecolor="#000000" x="80" y="38" z="0" a="10">
- </text>
- <img id="icon" atlas="Atlas/MUIcon.spriteatlas" src="" width="55" height="55" a="10" x="9" y="0">
- </img>
- <button id="KLUIBossHpButton" color="#FFFFFF00" width="300" height="120" raycast="1">
- </button>
- <layout id="item_layout" width="250" height="50" x="65" y="-35" z="1000" vertical="0" cella="11" space="1">
- <datalist id="drop_data_list">
- </datalist>
- </layout>
- </img>
- <img id="snatchBtn" a="00" atlas="Atlas/TS_Common.spriteatlas" src="snatchIcon" width="55" height="38" raycast="1" x="127" y="-13">
- </img>
- </uipanel>
|