23 lines
3.5 KiB
Plaintext
23 lines
3.5 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="ux_item_template" src="project://database/Assets/Artists/UX/ux_item_template.uxml?fileID=9197481963319205126&guid=fa2c13defbae3254882a968978396ed0&type=3#ux_item_template" />
|
|
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
<Style src="project://database/Assets/Artists/UX/Style.uss?fileID=7433441132597879392&guid=506d41b7c5d56a44bb5845e69055a5eb&type=3#Style" />
|
|
<ui:VisualElement name="Shadow" picking-mode="Ignore" class="root" style="background-image: url("project://database/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half_BT_.png?fileID=21300000&guid=d19ac049792985540825b54b0b002529&type=3#BG_Gradient_Half_BT_"); -unity-background-image-tint-color: rgb(0, 0, 0); background-color: rgba(35, 35, 35, 0.5);" />
|
|
<ui:VisualElement style="min-height: 100px; margin-top: auto; margin-right: auto; margin-bottom: 2%; margin-left: auto; min-width: 512px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; background-color: rgb(255, 255, 255); border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;">
|
|
<ui:Label tabindex="-1" text="背包" parse-escape-sequences="true" display-tooltip-when-elided="true" view-data-key="Inventory" class="tl localized" style="border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-width: 4px; padding-left: 6px; color: rgb(0, 0, 0);" />
|
|
<ui:VisualElement name="inventory-container" style="flex-direction: row;">
|
|
<ui:Instance template="ux_item_template" name="ux_item_template" />
|
|
<ui:Instance template="ux_item_template" name="ux_item_template" />
|
|
<ui:Instance template="ux_item_template" name="ux_item_template" />
|
|
<ui:Instance template="ux_item_template" name="ux_item_template" />
|
|
<ui:Instance template="ux_item_template" name="ux_item_template" />
|
|
</ui:VisualElement>
|
|
<ui:VisualElement class="theme-light">
|
|
<ui:Button text="Return To Game" parse-escape-sequences="true" display-tooltip-when-elided="true" name="return-button" view-data-key="Return_To_Game" class="localized" style="border-left-color: rgba(0, 0, 0, 0.78); border-right-color: rgba(0, 0, 0, 0.78); border-top-color: rgba(0, 0, 0, 0.78); border-bottom-color: rgba(0, 0, 0, 0.78);">
|
|
<ui:VisualElement picking-mode="Ignore" style="background-image: url("project://database/Assets/BITKit/Unity/Art/Icons/Icon_return.png?fileID=21300000&guid=300cc21a26336b542a7fc85d6f9333f6&type=3#Icon_return"); -unity-background-image-tint-color: rgb(0, 0, 0); width: 32px; height: 32px;" />
|
|
</ui:Button>
|
|
</ui:VisualElement>
|
|
<ui:VisualElement style="background-image: url("project://database/Assets/Artists/Arts/Icons/icon-backpack.png?fileID=21300000&guid=03e584bab3a17854ea7b68186442cec8&type=3#icon-backpack"); width: 100px; height: 100px; position: absolute; left: -44px; top: -55px;" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|