9 lines
754 B
Plaintext
9 lines
754 B
Plaintext
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
|
<ui:VisualElement name="Container" style="flex-grow: 1; flex-direction: row; align-items: center;">
|
|
<ui:Label text="LIFE" style="font-size: 24px; color: rgb(255, 255, 255); -unity-text-outline-width: 1.5px; -unity-text-outline-color: rgb(0, 0, 0); -unity-font-style: bold; text-shadow: 6.9px 3.4px 0 rgb(0, 0, 0);" />
|
|
<ui:VisualElement style="flex-grow: 1; flex-direction: row;">
|
|
<ui:ProgressBar value="75" style="width: 95%;" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|