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

20 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-03-18 18:20:23 +08:00
<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="background-color: rgba(0, 0, 0, 0.5); width: 625px;">
<ui:Label tabindex="-1" text="饰品列表" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" style="-unity-font-style: bold; margin-left: 4px;" />
<ui:ScrollView mode="Vertical" style="flex-direction: row; align-items: flex-start; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; flex-grow: 1;">
<ui:VisualElement name="cosmetics-container" style="flex-direction: row; flex-wrap: wrap; align-items: flex-start;">
<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:Instance template="Cosmetic-Template" name="Cosmetic-Template" />
</ui:VisualElement>
</ui:ScrollView>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>