12345678910111213141516171819202122232425 |
- <uipanel id="KLTaskItem" name="任务模板" width="0" height="0" zindex="-1">
- <layout vertical="1" contentsizefitter="1" id="layout_1047">
- <datalist id="task_goad_" listdata="">
- <layout vertical="0" contentsizefitter="1" expand_height="1" id="layout_1049">
- <text id="title_text" text="" width="160" height="20" fontsize="18" contentsizefitter="1" outlinesize="1" outlinecolor="#000000" horwrap="1">
- </text>
- <text id="space" text=" " height="20" fontsize="18">
- </text>
- <text id="title_progress__" text="" height="20" fontsize="18" contentsizefitter="1" width="40" ta="10" outlinesize="1" outlinecolor="#000000">
- </text>
-
- </layout>
- </datalist>
- </layout>
- <panel id="GuidePanel" x="388">
- <img id="GuideBG" a="00" atlas="Atlas/KLRookieGuidePanel.spriteatlas" src="guide_bg" width="180" height="68" raycast="1" x="0" y="0" rotate="0,0,0" active="0">
- <text id="Desc" a="00" contentsizefitter="2" text="任务已完成" fontsize="16" height="86" width="100" ta="11" horwrap="1" rotate="0,0,0" outlinesize="1" outlinecolor="#000000FF" linespace="0" y="3">
- </text>
- <img id="LeftArrow" a="10" atlas="Atlas/KLRookieGuidePanel.spriteatlas" src="guide_arrow" width="33" height="37" raycast="1" y="0" rotate="0,0,0" x="-16">
- </img>
- </img>
- </panel>
- <panel id="TaskGuidePoint" x="320" y="20" />
- </uipanel>
|