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

13 lines
1.5 KiB
Plaintext

<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" tooltip="卸载" focusable="false" name="main-button" class="armorPlate-container" style="width: 100px;">
<ui:VisualElement style="align-items: center;">
<ui:VisualElement name="icon-image" style="width: 48px; height: 48px; background-image: url(&quot;project://database/Assets/Artists/Arts/Icons/Items/BodyPlate%20ICON.png?fileID=2800000&amp;guid=0e89085d0836ce54f955db61e1762017&amp;type=3#BodyPlate ICON&quot;);" />
</ui:VisualElement>
<ui:Label tabindex="-1" text="40/60" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--0" style="-unity-text-align: lower-center; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;" />
<ui:Label tabindex="-1" text="军用插板" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--1" style="-unity-text-align: lower-center; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;" />
<ui:VisualElement style="height: 8px; background-color: rgba(255, 255, 255, 0.13);">
<ui:VisualElement name="fill-bar" style="background-color: rgb(18, 133, 198); width: 62%; flex-grow: 1;" />
</ui:VisualElement>
</ui:Button>
</ui:UXML>