Files
2026-07-09 21:33:33 +02:00

13 lines
886 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance"
engine="UnityEngine.UIElements" editor="UnityEditor.UIElements"
noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/92%20-%20UserInterface/Generic/Game/Utility/UnitPortraitInner.uss?fileID=7433441132597879392&amp;guid=6aa5b13cdb7a3d84994729c506f6ba51&amp;type=3#UnitPortraitInner" />
<ui:VisualElement name="root-unit-portrait" picking-mode="Ignore">
<ui:Button name="portrait" picking-mode="Ignore">
<ui:ProgressBar value="69" title=" " name="health-bar" picking-mode="Ignore" />
</ui:Button>
<ui:Label text="69/100" name="health-label" />
<ui:VisualElement name="border" picking-mode="Ignore" />
</ui:VisualElement>
</ui:UXML>