BITFALL/Assets/Artists/UX/InventorySwap.uxml

17 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-10-24 23:37:59 +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">
<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/InventorySwap.uss?fileID=7433441132597879392&amp;guid=b1116e2395199b24eab2912d6e319652&amp;type=3#InventorySwap" />
<ui:VisualElement class="root" style="background-color: rgba(0, 0, 0, 0.78);" />
<ui:VisualElement class="root">
<ui:VisualElement class="flex-center" style="flex-direction: row;">
<ui:ScrollView name="Self-Container" class="inventory-container">
<ui:VisualElement name="self-container" style="flex-direction: row; flex-wrap: wrap;" />
</ui:ScrollView>
<ui:VisualElement name="VisualElement" style="width: 200px;" />
<ui:ScrollView name="Other-Container" class="inventory-container">
<ui:VisualElement name="other-container" style="flex-direction: row; flex-wrap: wrap;" />
</ui:ScrollView>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>