2024-04-26 03:55:43 +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" />
|
|
|
|
<ui:VisualElement name="background-image" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgb(0, 0, 0); background-image: url("project://database/Assets/Artists/Arts/Backgrounds/Menu_Cross%20Cell%2064x64%201.png?fileID=2800000&guid=81c843aa14e07cb4d994c3052baa16e5&type=3#Menu_Cross Cell 64x64 1"); -unity-background-image-tint-color: rgba(255, 255, 255, 0.06);" />
|
|
|
|
<ui:VisualElement class="root" style="flex-grow: 1;">
|
|
|
|
<ui:VisualElement class="flex-center">
|
|
|
|
<ui:VisualElement name="Logo" style="background-image: url("project://database/Assets/Artists/Arts/Icons/Icon_LoadScreen_Logo.png?fileID=2800000&guid=58badcaf61275ed48bd62aeebe5ff89c&type=3#Icon_LoadScreen_Logo"); width: 128px; height: 128px; margin-left: auto; margin-right: auto; -unity-background-scale-mode: scale-and-crop;" />
|
|
|
|
<ui:VisualElement name="TipContainer" style="width: 256px; margin-left: auto; margin-right: auto;">
|
|
|
|
<ui:Label text="保持警惕" display-tooltip-when-elided="true" name="load-label" style="color: rgb(226, 226, 226); -unity-font-style: bold;" />
|
|
|
|
<ui:VisualElement style="background-color: rgb(32, 32, 32);">
|
|
|
|
<ui:Label text="Get ready,we going down there is no way to espace." display-tooltip-when-elided="true" name="TipeText" style="-unity-text-align: middle-center; -unity-font-style: bold; color: rgb(226, 226, 226);" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
2023-11-15 23:54:54 +08:00
|
|
|
<ui:VisualElement name="loading-container" style="position: absolute; width: 512px; left: 64px; bottom: 64px; flex-direction: column;">
|
2024-04-26 03:55:43 +08:00
|
|
|
<ui:Label text="PlayGround" display-tooltip-when-elided="true" name="map-label" style="color: rgb(255, 255, 255); -unity-font-style: bold; -unity-text-align: middle-left; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-bottom: 4px;">
|
|
|
|
<ui:Label text="加载中..." display-tooltip-when-elided="true" name="loadProgress-label" style="-unity-text-align: middle-right; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:Label>
|
2024-04-26 03:55:43 +08:00
|
|
|
<ui:VisualElement name="load-bar" style="height: 2px; background-color: rgba(255, 255, 255, 0.25);">
|
|
|
|
<ui:VisualElement name="load-fill" style="background-color: rgb(255, 255, 255); width: 64%; flex-grow: 1;" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
2023-11-15 23:54:54 +08:00
|
|
|
<ui:VisualElement name="blackscreen-image" picking-mode="Ignore" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgb(0, 0, 0); opacity: 0;" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:UXML>
|