1234567891011121314151617181920212223 |
- <uipanel id="KLUIBagPanel" name="背包界面" adapter="1" zindex="203" a="20" height="750" width="422" onload="KmlXWBagUI/@背包界面初始完毕" databind="x=@bagX" onunload="KmlXWBagUI/@背包界面卸载" active="1">
- <prefab id="cut_area_up" path="Kml/KmlPrefab/Cookbook/KmlBagUI/cutArea.prefab" y="360">
- </prefab>
- <prefab id="cut_area_down" path="Kml/KmlPrefab/Cookbook/KmlBagUI/cutArea.prefab" y="-316">
- </prefab>
- <img src="Texture/bg_bottomBg.png" a="20" raycast="1" id="img_76">
- <img id="title" atlas="Atlas/UIBagPanel.spriteatlas" src="bag" y="-2" x="5" a="01">
- </img>
- <img id="closeBtn" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" a="21" x="10" y="10" z="-10" h5x="-354" h5y="10" raycast="1" >
- </img>
- <img id="sv_frame" atlas="Atlas/UILoginPanel.spriteatlas" src="bg_black_grid_N" width="365" height="539" scale9b="26" scale9r="26" scale9l="26" scale9t="26" a="01" y="-89" x="2">
- </img>
- <button id="person_shop_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_person_buy" a="02" x="-137" y="36" onclick="KmlXWBagUI/@打开个人商店">
- </button>
- <button id="storage_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_storage" a="02" x="-45" y="36" onclick="KmlXWBagUI/@打开仓库界面">
- </button>
- <button id="recycle_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_sell" a="02" x="47" y="36" onclick="KmlXWBagUI/@打开回收界面">
- </button>
- <button id="tidy_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_sort" a="02" x="138" y="36" onclick="KmlXWBagUI/@整理背包">
- </button>
- </img>
- </uipanel>
|