9 lines
1.1 KiB
Plaintext
9 lines
1.1 KiB
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: column; align-items: flex-start;">
|
|
<ui:Label text="LIFE" name="name" style="font-size: 18px; color: rgb(255, 255, 255); -unity-text-outline-width: 1.5px; -unity-text-outline-color: rgb(0, 0, 0); -unity-font-style: italic; text-shadow: 6.9px 3.4px 0 rgb(0, 0, 0); position: relative; top: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-font-definition: url("project://database/Assets/UI/prstartk.ttf?fileID=12800000&guid=edb92055addc1b64ea4c0dde6ffaffe3&type=3#prstartk");" />
|
|
<ui:VisualElement style="flex-grow: 1; flex-direction: row; width: 100%;">
|
|
<ui:ProgressBar value="75" style="width: 95%;" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|