2024-12-28 23:19:55 +08:00
|
|
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.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/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
|
|
<Style src="project://database/Assets/Artists/UX/Style.uss?fileID=7433441132597879392&guid=506d41b7c5d56a44bb5845e69055a5eb&type=3#Style" />
|
2025-02-24 23:03:39 +08:00
|
|
|
<ui:VisualElement name="background-image" class="root" style="background-image: url("project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/bg/background_2.png?fileID=21300000&guid=598fb1a675ce0104f8889c754452cf17&type=3#background_2"); background-color: rgb(0, 0, 0); -unity-background-image-tint-color: rgba(255, 255, 255, 0.32);" />
|
2024-12-28 23:19:55 +08:00
|
|
|
<ui:VisualElement class="flex-center" style="min-width: 256px;">
|
|
|
|
<ui:VisualElement style="flex-direction: row; justify-content: space-between;">
|
|
|
|
<ui:Label tabindex="-1" text="map_tokyo" parse-escape-sequences="true" display-tooltip-when-elided="true" name="map-label" class="tl" style="-unity-font-style: bold;" />
|
|
|
|
<ui:Label tabindex="-1" text="加载中..." parse-escape-sequences="true" display-tooltip-when-elided="true" name="load_step-label" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:ProgressBar value="0.51" name="load-progress" high-value="1" class="color-secondary" style="background-color: rgb(255, 255, 255); height: 16px; width: 512px;" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:UXML>
|