BITFALL/Assets/Artists/UX/Cosmetic-Template.uxml

7 lines
743 B
Plaintext
Raw Normal View History

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(&quot;project://database/Assets/Artists/Arts/Icons/Items/ICON_AssaultPack.png?fileID=2800000&amp;guid=883773f9dceef8444b2b1cc41d4b8efc&amp;type=3#ICON_AssaultPack&quot;);" />
<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>