2024-03-19 20:16:48 +08:00
|
|
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
|
|
|
<ui:Button parse-escape-sequences="true" display-tooltip-when-elided="true" name="main-button" class="cosmetic-button">
|
2024-03-18 18:20:23 +08:00
|
|
|
<ui:VisualElement name="icon-image" picking-mode="Ignore" class="root" style="background-image: url("project://database/Assets/Artists/Arts/Icons/Items/ICON_AssaultPack.png?fileID=2800000&guid=883773f9dceef8444b2b1cc41d4b8efc&type=3#ICON_AssaultPack");" />
|
|
|
|
<ui:Label tabindex="-1" text="战术背包" parse-escape-sequences="true" display-tooltip-when-elided="true" name="context-label" style="position: absolute; bottom: 0; left: 0; right: 0;" />
|
|
|
|
</ui:Button>
|
|
|
|
</ui:UXML>
|