30 lines
3.5 KiB
Plaintext
30 lines
3.5 KiB
Plaintext
<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/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
<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);" />
|
|
<ui:VisualElement name="navigation" 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;">
|
|
<ui:Button text="进入战区" display-tooltip-when-elided="true" name="play-button" class="navigation" />
|
|
<ui:Button text="饰品库存" display-tooltip-when-elided="true" name="inventory-button" class="navigation" />
|
|
<ui:Button text="情报中心" display-tooltip-when-elided="true" name="information-button" class="navigation" />
|
|
<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;" />
|
|
</ui:VisualElement>
|
|
<ui:VisualElement name="windows" class="root" style="left: 64px; top: 128px; right: 64px; bottom: 64px;">
|
|
<ui:VisualElement name="play-window">
|
|
<ui:VisualElement name="menu-group" style="align-items: flex-start; left: 0; top: 128px;">
|
|
<ui:Button display-tooltip-when-elided="true" name="localhost-button" class="play-menu" style="background-image: url('project://database/Assets/BITKit/Materials/Textures/GridBox_Default.png?fileID=2800000&guid=8f8cb52914c9bad4b85052ff5603acdd&type=3#GridBox_Default');">
|
|
<ui:Label text="开始" display-tooltip-when-elided="true" name="title-context" class="context" />
|
|
</ui:Button>
|
|
<ui:Button display-tooltip-when-elided="true" name="return-button" class="play-menu" style="background-image: url('project://database/Assets/BITKit/Materials/Textures/GridBox_Default.png?fileID=2800000&guid=8f8cb52914c9bad4b85052ff5603acdd&type=3#GridBox_Default');">
|
|
<ui:Label text="开始" display-tooltip-when-elided="true" name="title-context" class="context" />
|
|
</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" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|