BITFALL/Assets/Artists/UX/LoadScreen.uxml

20 lines
2.6 KiB
Plaintext
Raw Normal View History

2023-06-08 14:09:50 +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="True">
2023-11-15 23:54:54 +08:00
<ui:VisualElement name="background-image" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgb(0, 0, 0);" />
2023-06-08 14:09:50 +08:00
<ui:VisualElement name="Logo" style="background-image: url(&apos;project://database/Assets/Artists/Arts/Icons/Icon_LoadScreen_Logo.png?fileID=2800000&amp;guid=58badcaf61275ed48bd62aeebe5ff89c&amp;type=3#Icon_LoadScreen_Logo&apos;); width: 256px; height: 256px; position: relative; margin-left: auto; margin-right: auto; top: 364px;" />
<ui:VisualElement name="TipContainer" style="width: 512px; top: 358px; margin-left: auto; margin-right: auto;">
2023-08-23 01:59:40 +08:00
<ui:Label text="Stay Alert" display-tooltip-when-elided="true" name="load-label" style="font-size: 24px; color: rgb(255, 255, 255);" />
2023-06-08 14:09:50 +08:00
<ui:VisualElement style="background-color: rgb(247, 247, 247);">
2023-11-15 23:54:54 +08:00
<ui:Label text="Get ready,we going down&#10;there is no way to espace." display-tooltip-when-elided="true" name="TipeText" style="-unity-font-definition: initial; font-size: 24px; -unity-text-align: middle-center; -unity-font-style: bold; -unity-font: url(&apos;project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Medium.ttc?fileID=12800000&amp;guid=c8058440fb1ea26488e022a5ee5b3b35&amp;type=3#SourceHanMono-Medium&apos;); color: rgb(12, 12, 12);" />
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;">
<ui:Label text="PlayGround" display-tooltip-when-elided="true" name="map-label" style="color: rgb(255, 255, 255); font-size: 36px; -unity-font-style: bold; -unity-text-align: middle-left; padding-left: 0; padding-right: 0; padding-top: 8px; padding-bottom: 8px;">
2023-06-08 14:09:50 +08:00
<ui:Label text="加载中..." display-tooltip-when-elided="true" name="loadProgress-label" style="-unity-text-align: middle-right; font-size: 18px;" />
</ui:Label>
<ui:VisualElement name="load-bar" style="height: 8px; background-color: rgba(255, 255, 255, 0.25);">
<ui:VisualElement name="load-fill" style="background-color: rgb(255, 255, 255); flex-grow: 1;" />
</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>