1234567891011121314151617181920212223242526272829303132333435 |
- <uipanel id="KLBigSecretCopyTaskPanel" name="大秘境副本界面" x="-558" y="260" width="300" height="216" a="11" zindex="101">
- <img id="Boss" width="300" height="220" src="bg_mainTaskBg" atlas="Atlas/UITask.spriteatlas" >
- <text id="ActivityName" text="大秘境" fontsize="20" height="24" width="166" ta="11" horwrap="1" y="77" x="0" color="#e6e600" active="1" contentsizefitter="2">
- <img id="line_1" a="10" atlas="Atlas/TS_Common.spriteatlas" src="ty_ttx_1" width="95" height="7" raycast="1" x="-100">
- </img>
- <img id="line_2" a="20" atlas="Atlas/TS_Common.spriteatlas" src="ty_ttx_2" width="95" height="7" raycast="1" x="99" y="0">
- </img>
- </text>
- <panel id="task_root" width="300" height="220" src="bg_mainTaskBg" atlas="Atlas/UITask.spriteatlas" active="0">
- <panel id="pos_root" width="300" height="150" active="1" y="-25">
- <panel id="btn" width="298" height="50" a="01">
- <text id="name" text="name" x="20" y="-20" a="10" fontSize="20" color="#1add1f" outlineSize="1" outlineColor="0"> </text>
- <text id="num" text="num" x="-30" y="-20" a="20" fontSize="20" color="#ff2323" outlineSize="1" outlineColor="0"> </text>
- <text id="pos_str" text="" x="-25" y="10" a="20" fontSize="20" color="#dce1e5" outlineSize="1" outlineColor="0"/>
- <text id="info" text="击杀任务" x="20" y="10" a="10" fontSize="20" color="#dce1e5" outlineSize="1" outlineColor="0"/>
- <text id="shijian" text="通关时间" x="20" y="-50" a="10" fontSize="20" color="#ff2323" outlineSize="1" outlineColor="0"/>
- <text id="pingfen" text="" x="20" y="-50" width="100" ta="11" fontSize="20" color="#ff2323" outlineSize="1" outlineColor="0"/>
- <text id="start_time" text="" width="200" x="-30" y="-50" a="20" ta="21" fontSize="20" color="#ff2323" outlineSize="1" outlineColor="0" active="0"/>
- </panel>
- </panel>
- <button id="walkBtn" a="00" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" raycast="1" x="0" y="-74" text="前往" fontsize="20" textcolor="#DCE1E5" outlinesize="1" outlinecolor="0"> </button>
- <text id="end_time" text="" width="200" ta="11" x="182" y="-125" fontSize="20" color="#ff2323" outlineSize="1" outlineColor="0" active="0"> </text>
- <button id="HelpButton" width="30" height="30" x="146" y="-26" active="1" src="btn_description" atlas="Atlas/Common.spriteatlas" raycast="1">
- </button>
- </panel>
- <panel id="begin_root" a="00" width="0" height="0" x="0" y="0" active="1">
- <text id="openDes" a="00" text="战斗即将开始做好准备" fontsize="18" height="25" width="267" ta="11" horwrap="1" x="0" y="24" outlinesize="1" outlinecolor="#000000FF">
- </text>
- <text id="openDesTxt" text="" fontsize="18" height="25" width="200" ta="11" horwrap="1" x="0" y="-34" color="#29E629FF">
- </text>
- </panel>
- <button id="exitBtn" a="00" atlas="Atlas/UIActivityDetailPanel.spriteatlas" src="exitIcon" width="65" height="70" raycast="1" x="182" y="-74"> </button>
- </img>
- </uipanel>
|