BITFALL/Assets/Artists/UX/Inventory-Window.uxml

23 lines
2.5 KiB
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<ui:Template name="Cosmetic-Template" src="project://database/Assets/Artists/UX/Cosmetic-Template.uxml?fileID=9197481963319205126&amp;guid=10fc544374045db408be2c05caf9be17&amp;type=3#Cosmetic-Template" />
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<Style src="project://database/Assets/Artists/UX/BITFALL_Common.uss?fileID=7433441132597879392&amp;guid=83d0155ee4806af4190317dc03b6ecc3&amp;type=3#BITFALL_Common" />
<ui:VisualElement name="inventory-window" style="justify-content: space-between; flex-grow: 1; flex-direction: row;">
<ui:VisualElement style="width: 625px; background-color: rgb(42, 42, 42);">
<ui:VisualElement style="flex-direction: row; align-items: center; background-color: rgb(247, 247, 247); padding-right: 4px; padding-left: 24px;">
<ui:VisualElement style="width: 32px; height: 32px; background-image: url(&quot;project://database/Assets/Artists/Arts/Icons/TeamIcon.png?fileID=2800000&amp;guid=6f4111814850e3e4ea997cf9d51fd15a&amp;type=3#TeamIcon&quot;); -unity-background-image-tint-color: rgb(0, 0, 0);" />
<ui:Label tabindex="-1" text="饰品列表" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" style="-unity-font-style: bold; margin-left: 4px; color: rgb(0, 0, 0);" />
</ui:VisualElement>
<ui:ScrollView mode="Vertical" style="flex-direction: row; align-items: flex-start; flex-grow: 1; margin-top: 24px; margin-right: 24px; margin-bottom: 24px; margin-left: 24px; background-color: rgb(30, 30, 30);">
<ui:VisualElement name="cosmetics-container" style="flex-direction: row; flex-wrap: wrap; align-items: flex-start;">
<ui:Instance template="Cosmetic-Template" name="Cosmetic-Template" class="--toggled" />
<ui:Instance template="Cosmetic-Template" name="Cosmetic-Template" />
<ui:Instance template="Cosmetic-Template" name="Cosmetic-Template" />
<ui:Instance template="Cosmetic-Template" name="Cosmetic-Template" />
<ui:Instance template="Cosmetic-Template" name="Cosmetic-Template" />
</ui:VisualElement>
</ui:ScrollView>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>