16 lines
2.0 KiB
Plaintext
16 lines
2.0 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/Artists/UX/BITFALL_Common.uss?fileID=7433441132597879392&guid=83d0155ee4806af4190317dc03b6ecc3&type=3#BITFALL_Common" />
|
|
<Style src="project://database/Assets/BITKit/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
<ui:VisualElement name="blur-image" class="root" style="background-color: rgba(0, 0, 0, 0.5);" />
|
|
<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'); -unity-background-scale-mode: scale-and-crop;" />
|
|
<ui:VisualElement name="Menu" style="left: 32px; bottom: 32px; position: absolute; align-items: flex-start;">
|
|
<ui:Button text="新建游戏" display-tooltip-when-elided="true" name="host-button" class="menu-button" style="display: none;" />
|
|
<ui:Button text="返回游戏" display-tooltip-when-elided="true" name="return-button" class="menu-button" />
|
|
<ui:Button text="连接到主机" display-tooltip-when-elided="true" name="connect-button" class="menu-button" />
|
|
<ui:Button text="连接到本地服务器" display-tooltip-when-elided="true" name="localhost-button" class="menu-button" />
|
|
<ui:Button text="断开连接" display-tooltip-when-elided="true" name="disconnect-button" class="menu-button" />
|
|
<ui:Button text="游戏选项" display-tooltip-when-elided="true" name="options-button" class="menu-button" />
|
|
<ui:Button text="退出游戏" display-tooltip-when-elided="true" name="exit-button" class="menu-button" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|