BITFALL/Assets/Artists/UX/Inventory.uxml

107 lines
10 KiB
Plaintext

<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&amp;guid=9700c94aaf0e5c048a3106e389bf16f4&amp;type=3#Container" />
<ui:Template name="ItemContainer" src="project://database/Assets/Artists/UX/ItemContainer.uxml?fileID=9197481963319205126&amp;guid=6e7ac9656332fa2489cc7fe4a9f0bf81&amp;type=3#ItemContainer" />
<ui:Template name="Survival-Template" src="project://database/Assets/Artists/UX/Survival-Template.uxml?fileID=9197481963319205126&amp;guid=b75c1744172f96e4cb694204bfd48b98&amp;type=3#Survival-Template" />
<Style src="project://database/Assets/Artists/UX/Inventory.uss?fileID=7433441132597879392&amp;guid=48b2564db1f95a443b921af9745fd92a&amp;type=3#Inventory" />
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;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" allowFocus="false" 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" />
</ui:VisualElement>
<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;">
<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" class="inventory-container-background">
<ui:Label text="已装备配置" display-tooltip-when-elided="true" class="title" style="display: flex; margin-bottom: 8px;" />
<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: stretch; 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;">
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</ui:VisualElement>
<ui:VisualElement name="secondly_equip-conatiner" class="equip-container" style="width: 256px;">
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</ui:VisualElement>
<ui:VisualElement name="melee_equip-conatiner" class="equip-container">
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</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;" />
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</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;" />
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="Body" picking-mode="Ignore">
<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;" />
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</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;" />
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="Prop" picking-mode="Ignore">
<ui:Label text="道具" display-tooltip-when-elided="true" class="title" />
<ui:VisualElement style="flex-direction: row;">
<ui:VisualElement name="EquipmentAsTactics" class="equip-container">
<ui:Label text="战术道具" display-tooltip-when-elided="true" style="position: absolute; left: 0; bottom: 8px; -unity-text-align: upper-center; width: 119px;" />
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</ui:VisualElement>
<ui:VisualElement name="EquipmentAsThrow" 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;" />
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</ui:VisualElement>
<ui:VisualElement name="EquipmentAsArmorPlate" 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;" />
<ui:VisualElement name="icon-image" picking-mode="Ignore" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="player-status" style="display: flex; visibility: visible; overflow: visible; align-items: stretch; justify-content: flex-start; flex-direction: column; flex-grow: 1; padding-left: 8px; padding-right: 8px; padding-top: 8px; padding-bottom: 8px;">
<ui:VisualElement name="survival-container">
<ui:Instance template="Survival-Template" name="Survival-Template" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="inventory-items" class="inventory-container-background">
<ui:VisualElement style="flex-direction: row; align-items: center; margin-bottom: 8px;">
<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" class="inventory-container" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="craft-window" picking-mode="Ignore" />
<ui:VisualElement name="map-window" picking-mode="Ignore">
<ui:ScrollView mode="VerticalAndHorizontal" style="width: 768px; height: 768px; background-color: rgba(0, 0, 0, 0.5); background-image: url(&apos;project://database/Assets/Artists/Arts/Maps/Map_DMZ_128.png?fileID=2800000&amp;guid=79969479327e05b43985f04588e2db25&amp;type=3#Map_DMZ_128&apos;);">
<ui:VisualElement style="width: 1024px; height: 1024px;" />
</ui:ScrollView>
</ui:VisualElement>
<ui:VisualElement name="quest-window" picking-mode="Ignore" />
<ui:VisualElement name="skillTree-window" picking-mode="Ignore" />
</BITKit.UX.TabContainer>
</ui:UXML>