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="False">
|
2023-08-27 02:58:19 +08:00
|
|
|
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
2023-06-08 14:09:50 +08:00
|
|
|
<Style src="project://database/Assets/Artists/UX/MainMenu.uss?fileID=7433441132597879392&guid=ec65c078bcc873f41b1fa56b66c41e71&type=3#MainMenu" />
|
|
|
|
<Style src="project://database/Assets/Artists/UX/BITFALL_Common.uss?fileID=7433441132597879392&guid=83d0155ee4806af4190317dc03b6ecc3&type=3#BITFALL_Common" />
|
|
|
|
<ui:VisualElement name="menu-image" class="root" style="background-image: url('project://database/Assets/Artists/Arts/Backgrounds/BITFALL_Menu_Welcome2.png?fileID=2800000&guid=ea7b2123deb66034d9ad36f9060d087e&type=3#BITFALL_Menu_Welcome2');" />
|
|
|
|
<ui:VisualElement name="blur-image" class="root" style="background-color: rgba(0, 0, 0, 0.5);" />
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:VisualElement name="navigation" class="tab" style="position: absolute; left: 0; top: 0; right: 0; height: 100px; background-color: rgba(0, 0, 0, 0.5); align-items: stretch; justify-content: center; flex-direction: row;">
|
2023-09-01 14:33:54 +08:00
|
|
|
<BITKit.UX.TabBar tabs="进入战区,饰品库存,情报中心" name="menu-tab" allowFocus="false" style="flex-direction: row;" />
|
2023-06-17 16:30:53 +08:00
|
|
|
<ui:Button text="退出" display-tooltip-when-elided="true" name="exit-button" class="navigation" style="flex-grow: 1; position: absolute; top: 0; right: 0; bottom: 0;" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
2023-08-27 02:58:19 +08:00
|
|
|
<BITKit.UX.TabContainer picking-mode="Ignore" CurrentTab="0" CustomTabPath="menu-tab" style="position: absolute; left: 64px; top: 128px; right: 64px; bottom: 64px;">
|
2023-06-08 14:09:50 +08:00
|
|
|
<ui:VisualElement name="play-window">
|
|
|
|
<ui:VisualElement name="menu-group" style="align-items: flex-start; left: 0; top: 128px;">
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:Button display-tooltip-when-elided="true" name="localhost-button" class="play-menu" style="background-image: url('project://database/Assets/BITKit/Unity/Materials/Textures/GridBox_Default.png?fileID=2800000&guid=8f8cb52914c9bad4b85052ff5603acdd&type=3#GridBox_Default');">
|
2023-08-23 01:59:40 +08:00
|
|
|
<ui:Label text="开始" display-tooltip-when-elided="true" name="title-context" class="context" style="background-color: rgba(0, 0, 0, 0.5);" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:Button>
|
2023-08-27 02:58:19 +08:00
|
|
|
<ui:Button display-tooltip-when-elided="true" name="return-button" class="play-menu" style="background-image: url('project://database/Assets/BITKit/Unity/Materials/Textures/GridBox_Default.png?fileID=2800000&guid=8f8cb52914c9bad4b85052ff5603acdd&type=3#GridBox_Default');">
|
2023-08-23 01:59:40 +08:00
|
|
|
<ui:Label text="返回" display-tooltip-when-elided="true" name="title-context" class="context" style="background-color: rgba(0, 0, 0, 0.5);" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:Button>
|
|
|
|
<ui:Button display-tooltip-when-elided="true" name="connect-button" text="连接到服务器" class="play-menu lite" />
|
|
|
|
<ui:Button display-tooltip-when-elided="true" name="disconnect-button" text="断开链接" class="play-menu lite" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="inventory-window" />
|
|
|
|
<ui:VisualElement name="information-window" />
|
2023-08-27 02:58:19 +08:00
|
|
|
</BITKit.UX.TabContainer>
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:UXML>
|