123456789101112131415161718192021 |
- <uipanel id="KLShapeShiftCardBuyPanelKml" name="变身卡牌购买界面" width="220" height="156" zindex="805" z="-200" x="290" y="120">
- <prefab path="Kml/KmlPrefab/Cookbook/KmlShopMallUI/KmlShopMallBuyUI.prefab" width="220" height="156" id="prefab_11">
- <button bind="ClickMask" id="ClickMask">
- </button>
- <input bind="InputFieldLevel" id="InputFieldLevel">
- <text id="Text" bind="Text" color="#dce1e5" horwrap="1">
- </text>
- </input>
- <text bind="TextTotalPrice" id="TextTotalPrice" horwrap="1">
- </text>
- <button bind="BtnBuy" id="BtnBuy" width="93" height="31">
- </button>
- <button bind="BtnLevelMinus" id="BtnLevelMinus">
- </button>
- <button bind="BtnLevelAdd" id="BtnLevelAdd">
- </button>
- </prefab>
- <item id="item_tokens" itemid="" mfixsize="25,25" width="50" height="50" x="-45" y="-3" bgtype="0" raycast="1">
- </item>
- </uipanel>
|