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">
|
2024-03-18 18:20:23 +08:00
|
|
|
<ui:Template name="Inventory-Window" src="project://database/Assets/Artists/UX/Inventory-Window.uxml?fileID=9197481963319205126&guid=86729a50c9cd26d429853fa48774b86f&type=3#Inventory-Window" />
|
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" />
|
2024-03-19 20:16:48 +08:00
|
|
|
<Style src="project://database/Assets/BITKit/Unity/UX/BITAlert.uss?fileID=7433441132597879392&guid=8d0db0fee932f5342988f09217d6309a&type=3#BITAlert" />
|
2024-04-22 01:21:28 +08:00
|
|
|
<Style src="project://database/Assets/Artists/UX/BITFALL_Common.uss?fileID=7433441132597879392&guid=83d0155ee4806af4190317dc03b6ecc3&type=3#BITFALL_Common" />
|
2024-04-26 03:55:43 +08:00
|
|
|
<ui:VisualElement class="root" style="display: flex; background-image: url("project://database/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half_BT_.png?fileID=2800000&guid=d19ac049792985540825b54b0b002529&type=3#BG_Gradient_Half_BT_"); rotate: 180deg; -unity-background-image-tint-color: rgb(0, 0, 0); bottom: auto; -unity-background-scale-mode: stretch-to-fill; height: 109px;" />
|
|
|
|
<ui:VisualElement name="navigation" style="position: absolute; left: 32px; top: 24px; right: 32px; height: 48px; align-items: stretch; justify-content: center; flex-direction: row; background-color: rgba(0, 0, 0, 0);">
|
2024-03-19 20:16:48 +08:00
|
|
|
<ui:VisualElement style="position: absolute; left: 0; top: 0; bottom: 0; flex-direction: row; align-items: center;">
|
2025-01-20 23:39:36 +08:00
|
|
|
<ui:VisualElement style="width: 64px; background-image: url("project://database/Assets/Artists/Arts/Icons/Icon_LoadScreen_Logo.png?fileID=2800000&guid=58badcaf61275ed48bd62aeebe5ff89c&type=3#Icon_LoadScreen_Logo"); height: 64px;" />
|
2024-03-19 20:16:48 +08:00
|
|
|
<ui:VisualElement style="flex-grow: 1;">
|
|
|
|
<ui:Label tabindex="-1" text="点点陨落" parse-escape-sequences="true" display-tooltip-when-elided="true" style="-unity-font-style: bold; font-size: 16px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-left: 0;" />
|
|
|
|
<ui:Label tabindex="-1" text="BITFALL" parse-escape-sequences="true" display-tooltip-when-elided="true" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; -unity-font-style: bold;" />
|
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
2025-01-20 23:39:36 +08:00
|
|
|
<BITKit.UX.TabBar tabs="进入战区,饰品库存,情报中心,设置" name="menu-tab" allowFocus="false" class="tab" style="flex-direction: row;" />
|
2024-04-26 03:55:43 +08:00
|
|
|
<ui:VisualElement class="alert-container" style="position: absolute; top: 0; right: 0; bottom: 0; flex-direction: row;">
|
|
|
|
<ui:Button text="退出" display-tooltip-when-elided="true" name="exit-button" style="border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;" />
|
|
|
|
<ui:Button text="断开链接" display-tooltip-when-elided="true" name="stop-button" style="border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;" />
|
2023-10-20 19:31:12 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement style="position: absolute; left: 0; top: 0; bottom: 0; flex-direction: row;">
|
2023-12-15 00:08:02 +08:00
|
|
|
<ui:Button text="返回" display-tooltip-when-elided="true" name="_return-button" class="navigation" style="display: none;" />
|
2023-10-20 19:31:12 +08:00
|
|
|
</ui:VisualElement>
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
2025-01-20 23:39:36 +08:00
|
|
|
<BITKit.UX.TabContainer picking-mode="Ignore" CurrentTab="0" CustomTabPath="menu-tab" style="position: absolute; left: 32px; top: 128px; right: 32px; bottom: 64px;">
|
2023-10-20 19:31:12 +08:00
|
|
|
<ui:VisualElement name="play-window" style="flex-grow: 1;">
|
2024-04-26 03:55:43 +08:00
|
|
|
<ui:VisualElement name="menu-group" class="alert-container" style="align-items: stretch; left: 0; bottom: 0; position: absolute;">
|
2024-03-05 17:34:41 +08:00
|
|
|
<ui:Label tabindex="-1" text="自定义参数" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
|
2024-04-22 01:21:28 +08:00
|
|
|
<ui:Button text="Mod菜单" parse-escape-sequences="true" display-tooltip-when-elided="true" name="mod-button" class="play-menu" style="font-size: 14px; max-width: none; max-height: none; min-width: auto; min-height: auto; height: 42px;" />
|
2023-12-15 00:08:02 +08:00
|
|
|
<ui:VisualElement name="inGame-container" style="flex-grow: 1;">
|
|
|
|
<ui:Label tabindex="-1" text="主机设置" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
|
|
|
|
<ui:Toggle label="开放到局域网" name="lan-toggle" />
|
2024-04-22 01:21:28 +08:00
|
|
|
<ui:Button display-tooltip-when-elided="true" name="return-button" text="返回" class="play-menu" />
|
2023-12-15 00:08:02 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement name="newHost-container" style="flex-grow: 1;">
|
|
|
|
<ui:Label tabindex="-1" text="搜索局域网" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
|
|
|
|
<ui:VisualElement style="flex-grow: 1; flex-direction: row;">
|
|
|
|
<ui:TextField picking-mode="Ignore" label="主机IPv4地址" value="127.0.0.1" name="ip-textfield" style="flex-grow: 1;" />
|
2024-04-26 03:55:43 +08:00
|
|
|
<ui:Button parse-escape-sequences="true" display-tooltip-when-elided="true" name="connect-button" style="background-image: url("project://database/Assets/BITKit/Unity/Art/Icons/ooui_network.png?fileID=21300000&guid=9ba96ba6e188fdd4a94000b2da4d2465&type=3#ooui_network"); min-width: auto; width: 36px; height: 36px; -unity-background-scale-mode: stretch-to-fill; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;" />
|
2023-12-15 00:08:02 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:Label tabindex="-1" text="新建主机" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
|
|
|
|
<ui:DropdownField label="选择地图" index="0" choices="DMZ,InitialScene,IceWorld" name="map-dropdown" />
|
2024-04-22 01:21:28 +08:00
|
|
|
<ui:Button display-tooltip-when-elided="true" name="play-button" text="开始" class="play-menu" />
|
2023-12-15 00:08:02 +08:00
|
|
|
</ui:VisualElement>
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:VisualElement>
|
2025-01-20 23:39:36 +08:00
|
|
|
<ui:Instance template="Inventory-Window" name="Inventory-Window" style="flex-grow: 1;" />
|
2023-06-08 14:09:50 +08:00
|
|
|
<ui:VisualElement name="information-window" />
|
2025-01-20 23:39:36 +08:00
|
|
|
<ui:VisualElement name="settings-window" style="flex-grow: 1; background-color: rgb(64, 64, 64); padding-top: 8px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px;">
|
2024-03-19 20:16:48 +08:00
|
|
|
<ui:Label tabindex="-1" text="在战斗前准备好你需要的一切" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tm" style="margin-top: 0; padding-top: 0;" />
|
|
|
|
<ui:VisualElement style="flex-grow: 1; background-color: rgb(32, 32, 32); padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px;">
|
|
|
|
<ui:Label tabindex="-1" text="操作" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
|
|
|
|
<ui:Slider picking-mode="Ignore" label="灵敏度" value="42" high-value="8" show-input-field="true" name="sensitivity-slider" />
|
|
|
|
<ui:Label tabindex="-1" text="画面" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
|
|
|
|
<ui:Toggle label="全屏" name="fullscreen-toggle" />
|
|
|
|
<ui:DropdownField label="分辨率" index="-1" choices="640x480,1024x768" name="resolution-dropdown" />
|
|
|
|
<ui:Label tabindex="-1" text="操作" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
|
|
|
|
<ui:Toggle label="按住奔跑" name="hold_to_run-toggle" />
|
|
|
|
<ui:Toggle label="开启遥测" name="telemetry-toggle" />
|
|
|
|
</ui:VisualElement>
|
2023-10-20 19:31:12 +08:00
|
|
|
</ui:VisualElement>
|
2023-08-27 02:58:19 +08:00
|
|
|
</BITKit.UX.TabContainer>
|
2023-06-08 14:09:50 +08:00
|
|
|
</ui:UXML>
|