Files
VOIDRPG/Assets/92 - UserInterface/Generic/LoadingScreen/LoadingScreenUI.uxml
T
2026-07-09 21:33:33 +02:00

13 lines
847 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/LoadingScreen/LoadingScreenUIStyle.uss?fileID=7433441132597879392&amp;guid=9240a2367eb294f40b1c96ee23ce4778&amp;type=3#LoadingScreenUIStyle" />
<ui:VisualElement name="root-loading-screen">
<ui:VisualElement class="progress-bar_container">
<ui:VisualElement class="progress-bar_background" />
<ui:VisualElement name="progress-bar" />
<ui:VisualElement class="progress-bar_foreground" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>