2023-06-08 14:09:50 +08:00
|
|
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
|
|
|
<ui:Template name="Container" src="project://database/Assets/Artists/UX/Container.uxml?fileID=9197481963319205126&guid=9700c94aaf0e5c048a3106e389bf16f4&type=3#Container" />
|
|
|
|
<ui:Template name="ItemContainer" src="project://database/Assets/Artists/UX/ItemContainer.uxml?fileID=9197481963319205126&guid=6e7ac9656332fa2489cc7fe4a9f0bf81&type=3#ItemContainer" />
|
|
|
|
<Style src="project://database/Assets/Artists/UX/Inventory.uss?fileID=7433441132597879392&guid=48b2564db1f95a443b921af9745fd92a&type=3#Inventory" />
|
2023-08-27 02:58:19 +08:00
|
|
|
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
|
|
<ui:VisualElement name="Background" picking-mode="Ignore" style="position: absolute; left: 0; top: -2px; right: 0; bottom: 2px; background-color: rgba(0, 0, 0, 0.78); justify-content: center;" />
|
|
|
|
<BITKit.UX.TabBar tabs="背包,制作,地图,任务,技能树" name="inventory-tab" style="position: absolute; left: 96px; top: 72px; flex-direction: row;" />
|
|
|
|
<ui:VisualElement name="Preview" picking-mode="Ignore" style="position: absolute; left: 0; top: 0; bottom: 0; right: 0; display: none;">
|
|
|
|
<ui:VisualElement name="SnapHelper" class="SnapHelper" style="position: absolute; left: 64px; top: 64px; width: 64px; height: 64px;" />
|
|
|
|
<ui:VisualElement style="flex-wrap: wrap; height: 867px; flex-direction: column; width: 1774px;" />
|
|
|
|
<ui:Instance template="Container" name="Container" />
|
|
|
|
<ui:Instance template="ItemContainer" name="ItemContainer" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
2023-08-27 02:58:19 +08:00
|
|
|
<BITKit.UX.TabContainer picking-mode="Ignore" CustomTabPath="inventory-tab" name="inventory-window" CurrentTab="0" style="position: absolute; left: 64px; right: 64px; top: 192px; bottom: 100px;">
|
2023-06-08 14:09:50 +08:00
|
|
|
<ui:VisualElement name="inventory-window" picking-mode="Ignore" style="align-items: flex-start; display: flex; flex-direction: row; justify-content: space-between;">
|
|
|
|
<ui:VisualElement name="equips-container" style="display: flex; margin-left: 0; margin-right: 0; background-color: rgb(32, 32, 32); padding-left: 16px; padding-right: 16px; padding-top: 16px; padding-bottom: 16px;">
|
|
|
|
<ui:Label text="已装备配置" display-tooltip-when-elided="true" class="title" style="display: flex;" />
|
|
|
|
<ui:VisualElement name="equip-container" style="width: 768px; height: 768px; display: flex; padding-left: 24px; padding-right: 24px; padding-top: 24px; padding-bottom: 24px; flex-direction: column; align-items: flex-start; justify-content: flex-start; flex-wrap: nowrap; background-color: rgb(16, 16, 16);">
|
|
|
|
<ui:VisualElement name="Weapons">
|
|
|
|
<ui:Label text="武器装备" display-tooltip-when-elided="true" class="title" />
|
|
|
|
<ui:VisualElement style="flex-direction: row;">
|
|
|
|
<ui:VisualElement name="primary_equip-conatiner" class="equip-container" style="width: 256px;">
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="secondly_equip-conatiner" class="equip-container" style="width: 256px;">
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="melee_equip-conatiner" class="equip-container">
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="Armor" style="flex-direction: column;">
|
|
|
|
<ui:Label text="防护装备" display-tooltip-when-elided="true" class="title" />
|
|
|
|
<ui:VisualElement style="flex-direction: row;">
|
|
|
|
<ui:VisualElement name="EquipmentAsArmor" class="equip-container">
|
|
|
|
<ui:Label text="护甲" display-tooltip-when-elided="true" style="position: absolute; left: 0; right: 0; bottom: 8px; -unity-text-align: upper-center;" />
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="EquipmentAsHead" class="equip-container">
|
|
|
|
<ui:Label text="头盔" display-tooltip-when-elided="true" style="position: absolute; left: 0; right: 0; bottom: 8px; -unity-text-align: upper-center;" />
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="Body" picking-mode="Ignore">
|
2023-06-08 14:09:50 +08:00
|
|
|
<ui:Label text="背包容器" display-tooltip-when-elided="true" class="title" />
|
|
|
|
<ui:VisualElement style="flex-direction: row;">
|
|
|
|
<ui:VisualElement name="EquipmentAsBackpack" class="equip-container">
|
|
|
|
<ui:Label text="背包" display-tooltip-when-elided="true" style="position: absolute; left: 0; right: 0; bottom: 8px; -unity-text-align: upper-center;" />
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="EquipmentAsBody" class="equip-container">
|
|
|
|
<ui:Label text="弹挂" display-tooltip-when-elided="true" style="position: absolute; left: 0; right: 0; bottom: 8px; -unity-text-align: upper-center;" />
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="player-status" style="display: flex; visibility: visible; overflow: visible;" />
|
|
|
|
<ui:VisualElement name="inventory-items" style="padding-left: 16px; padding-right: 16px; padding-top: 16px; padding-bottom: 16px; background-color: rgb(32, 32, 32);">
|
|
|
|
<ui:VisualElement style="flex-direction: row; align-items: center;">
|
|
|
|
<ui:Label text="背包物品" display-tooltip-when-elided="true" class="title" />
|
|
|
|
<ui:VisualElement name="weight-bar" style="flex-direction: row; height: 32px; flex-grow: 1;">
|
|
|
|
<ui:VisualElement name="weight-rect" style="background-color: rgba(255, 255, 255, 0.25); flex-grow: 1;">
|
|
|
|
<ui:VisualElement name="weight-fill" class="root" style="width: 78%; background-color: rgb(26, 130, 255);" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:Label text="8/16" display-tooltip-when-elided="true" name="weight-label" class="title" style="-unity-text-align: middle-left;" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="inventory-container" style="width: 768px; height: 768px; background-color: rgba(0, 0, 0, 0.5); align-items: flex-start; flex-wrap: wrap; flex-direction: row; padding-left: 24px; padding-right: 24px; padding-top: 24px; padding-bottom: 24px;" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="craft-window" picking-mode="Ignore" />
|
|
|
|
<ui:VisualElement name="map-window" picking-mode="Ignore" />
|
|
|
|
<ui:VisualElement name="quest-window" picking-mode="Ignore" />
|
|
|
|
<ui:VisualElement name="skillTree-window" picking-mode="Ignore" />
|
2023-08-27 02:58:19 +08:00
|
|
|
</BITKit.UX.TabContainer>
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:UXML>
|