9 lines
785 B
Plaintext
9 lines
785 B
Plaintext
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
||
|
<Style src="project://database/Assets/Artists/UX/Inventory.uss?fileID=7433441132597879392&guid=48b2564db1f95a443b921af9745fd92a&type=3#Inventory" />
|
||
|
<ui:Button display-tooltip-when-elided="true" name="main-button" class="equip-container">
|
||
|
<ui:Label text="M4A1" display-tooltip-when-elided="true" name="context-label" style="position: absolute; left: 8px; bottom: 8px; font-size: 12px;" />
|
||
|
<ui:Label text="30" display-tooltip-when-elided="true" name="number-label" style="position: absolute; bottom: 8px; font-size: 12px; right: 8px; -unity-text-align: upper-right;" />
|
||
|
<ui:VisualElement name="icon-image" />
|
||
|
</ui:Button>
|
||
|
</ui:UXML>
|