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" />
|
2023-11-15 23:54:54 +08:00
|
|
|
<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; align-items: center; justify-content: center;" />
|
2023-06-08 14:09:50 +08:00
|
|
|
<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-10-20 19:31:12 +08:00
|
|
|
<BITKit.UX.TabBar tabs="进入战区,饰品库存,情报中心,设置" name="menu-tab" allowFocus="false" style="flex-direction: row;" />
|
|
|
|
<ui:VisualElement style="position: absolute; top: 0; right: 0; bottom: 0; flex-direction: row;">
|
|
|
|
<ui:Button text="退出" display-tooltip-when-elided="true" name="exit-button" class="navigation" />
|
|
|
|
<ui:Button text="断开链接" display-tooltip-when-elided="true" name="stop-button" class="navigation" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement style="position: absolute; left: 0; top: 0; bottom: 0; flex-direction: row;">
|
|
|
|
<ui:Button text="返回" display-tooltip-when-elided="true" name="return-button" class="navigation" />
|
|
|
|
</ui:VisualElement>
|
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-10-20 19:31:12 +08:00
|
|
|
<ui:VisualElement name="play-window" style="flex-grow: 1;">
|
2023-11-15 23:54:54 +08:00
|
|
|
<ui:VisualElement name="menu-group" style="align-items: stretch; left: 0; bottom: 0; position: absolute;">
|
|
|
|
<ui:DropdownField label="选择地图" index="0" choices="DMZ,InitialScene,IceWorld" name="map-dropdown" />
|
2023-10-20 19:31:12 +08:00
|
|
|
<ui:Button display-tooltip-when-elided="true" name="play-button" class="play-menu">
|
|
|
|
<ui:Label text="开始" display-tooltip-when-elided="true" name="title-context" picking-mode="Ignore" class="context" />
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:Button>
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="inventory-window" />
|
|
|
|
<ui:VisualElement name="information-window" />
|
2023-10-20 19:31:12 +08:00
|
|
|
<ui:VisualElement name="settings-window" style="flex-grow: 1;">
|
|
|
|
<ui:DropdownField label="分辨率" index="-1" choices="640x480,1024x768" />
|
|
|
|
</ui:VisualElement>
|
2023-08-27 02:58:19 +08:00
|
|
|
</BITKit.UX.TabContainer>
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:UXML>
|