KLChallengeBossPosPanelKml.txt 1.9 KB

12345678910111213141516171819202122232425262728
  1. <uipanel id="KLChallengeBossPosPanel" name="挑战boss位置信息界面" x="-558" y="260" width="300" height="216" a="11" zindex="101" onload="KmlXWChallengeBossUI/@秘境副本任务初始化">
  2. <img id="Boss" width="300" height="220" src="bg_mainTaskBg" atlas="Atlas/UITask.spriteatlas" >
  3. <panel id="pos_root" width="300" height="216" active="1">
  4. <scrollview id="boss_pos" width="300" height="216" y="-4" vertical="1" active="1">
  5. <layout id="boss_pos_layout" width="299" height="215" space="0" contentsizefitter="1" a="01" vertical="1">
  6. <datalist id="boss_pos_dl" databind="@all_boss_pos_data">
  7. </datalist>
  8. </layout>
  9. </scrollview>
  10. </panel>
  11. <panel id="hurt_root" width="300" height="216" active="0">
  12. <scrollview id="hurt_root_scrollview" width="300" height="216" y="-4" vertical="1" active="1">
  13. <layout id="hurt_root_layout" width="299" height="216" space="0" contentsizefitter="1" a="01" vertical="1">
  14. <datalist id="hurt_root_dl" databind="@all_hurt_data">
  15. </datalist>
  16. </layout>
  17. </scrollview>
  18. <img id="my_ranking_img" atlas="Atlas/KmlChallengeBoss.spriteatlas" width="37" height="33" src="" x="20" y="-85" a="10" active="0"/>
  19. <text id="my_ranking" text="" x="20" y="-85" a="10" fontSize="18" color="#ff2323" outlineSize="1" outlineColor="0"/>
  20. <text id="my_name" text="" x="55" y="-85" a="10" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0"/>
  21. <text id="my_value" text="" x="-25" y="-85" a="20" fontSize="18" color="#dce1e5" outlineSize="1" outlineColor="0"/>
  22. </panel>
  23. <img id="exitBtn" a="00" atlas="Atlas/UIActivityDetailPanel.spriteatlas" src="exitIcon" width="65" height="70" raycast="1" x="182" y="-74">
  24. </img>
  25. </img>
  26. </uipanel>