BITFALL/Assets/Artists/UX/HUD.uxml

55 lines
6.9 KiB
Plaintext
Raw Normal View History

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-23 01:59:40 +08:00
<ui:Template name="BITQuestElement" src="project://database/Assets/BITKit/Unity/UX/BITQuestElement.uxml?fileID=9197481963319205126&amp;guid=e76b752484c652b44afef2ac0afd5dd6&amp;type=3#BITQuestElement" />
2023-08-27 02:58:19 +08:00
<ui:Template name="DialogueLabel" src="project://database/Assets/Artists/UX/DialogueLabel.uxml?fileID=9197481963319205126&amp;guid=3ff4d7289dadb214fbfb566f1312a6e0&amp;type=3#DialogueLabel" />
2023-09-01 14:33:54 +08:00
<ui:Template name="Survival-Template" src="project://database/Assets/Artists/UX/Survival-Template.uxml?fileID=9197481963319205126&amp;guid=b75c1744172f96e4cb694204bfd48b98&amp;type=3#Survival-Template" />
2023-08-23 01:59:40 +08:00
<Style src="project://database/Assets/BITKit/Unity/UX/BITQuest.uss?fileID=7433441132597879392&amp;guid=5c2d746d52de8e340b788034994ee23e&amp;type=3#BITQuest" />
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<ui:VisualElement name="Profiler" class="pa-16" style="position: absolute; flex-direction: row;">
2023-08-27 02:58:19 +08:00
<ui:Label text="FPS" display-tooltip-when-elided="true" name="fps-label" class="profiler-label profiler" style="background-color: rgba(0, 0, 0, 0.5);" />
<ui:Label text="Ping" display-tooltip-when-elided="true" name="ping-label" class="profiler-label profiler" style="background-color: rgba(0, 0, 0, 0.5);" />
2023-06-08 14:09:50 +08:00
</ui:VisualElement>
2023-08-23 01:59:40 +08:00
<ui:VisualElement name="Minimap" style="position: absolute; left: 64px; top: 64px; width: 256px; height: 256px; background-color: rgba(0, 0, 0, 0.5); overflow: hidden; display: none;">
2023-06-08 14:09:50 +08:00
<ui:VisualElement name="map-image" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url(&apos;project://database/Assets/Artists/Materials/Minimap.renderTexture?fileID=8400000&amp;guid=57dcbb2497118844fbf2470751cf9cd6&amp;type=2#Minimap&apos;);">
2023-08-23 01:59:40 +08:00
<ui:VisualElement name="point-render" style="position: absolute; width: 32px; height: 32px; background-image: url(&apos;project://database/Assets/BITKit/Unity/Art/Icons/EditorIcons/winbtn_mac_close_a@2x.png?fileID=2800000&amp;guid=15fcf531feceef8438c9e35edbc55be3&amp;type=3#winbtn_mac_close_a@2x&apos;); top: 0; left: 0;" />
2023-06-08 14:09:50 +08:00
</ui:VisualElement>
</ui:VisualElement>
2023-09-01 14:33:54 +08:00
<ui:VisualElement name="quest-container" style="top: 64px; right: 64px; position: absolute; display: none;">
2023-06-08 14:09:50 +08:00
<ui:Instance template="BITQuestElement" name="BITQuestElement" class="completed" />
<ui:Instance template="BITQuestElement" name="BITQuestElement" />
</ui:VisualElement>
2023-08-27 02:58:19 +08:00
<ui:VisualElement name="interactive-container" class="flex-center" style="left: 128px;">
<ui:Label text="互动" display-tooltip-when-elided="true" name="name-label" style="background-color: rgb(210, 210, 210); padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px; color: rgb(7, 7, 7);" />
2023-06-08 14:09:50 +08:00
</ui:VisualElement>
2023-08-27 02:58:19 +08:00
<ui:VisualElement name="CrossHair" class="root">
2023-06-08 14:09:50 +08:00
<ui:VisualElement name="crosshair-image" style="margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; background-color: rgba(255, 255, 255, 0.5); width: 8px; height: 8px; border-top-left-radius: 110px; border-bottom-left-radius: 110px; border-top-right-radius: 110px; border-bottom-right-radius: 110px;" />
</ui:VisualElement>
2023-09-01 14:33:54 +08:00
<ui:VisualElement name="CrossHair" class="root">
<ui:VisualElement name="crosshair-image--fixed" class="flex-center" style="width: 64px; height: 64px; background-image: url(&apos;project://database/Assets/Artists/Arts/Icons/Crosshair_No_Dot.png?fileID=2800000&amp;guid=507fe62dcf74ad84d966ea70a924771e&amp;type=3#Crosshair_No_Dot&apos;);" />
</ui:VisualElement>
2023-08-27 02:58:19 +08:00
<ui:VisualElement name="equips-container" style="position: absolute; right: 64px; bottom: 64px;">
2023-06-08 14:09:50 +08:00
<ui:VisualElement name="currentEquip-image" style="background-image: url(&apos;project://database/Assets/Artists/Arts/Icons/Items/ICON_M4A1_Full.png?fileID=2800000&amp;guid=8c4b3d8772ae2a54eaba9d401a095089&amp;type=3#ICON_M4A1_Full&apos;); -unity-background-scale-mode: scale-to-fit; width: 256px; height: 128px;" />
</ui:VisualElement>
2023-08-27 02:58:19 +08:00
<ui:VisualElement picking-mode="Ignore" name="Dialogue" class="root">
<ui:VisualElement name="dialogue-container" class="flex-center pa-8" style="top: 128px; min-width: 512px; background-color: rgba(0, 0, 0, 0.78); border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px;">
<ui:Instance template="DialogueLabel" name="DialogueLabel" class="dispose" />
<ui:Label tabindex="-1" text="终极1号,我们收到了撤离请求" parse-escape-sequences="true" display-tooltip-when-elided="true" />
</ui:VisualElement>
</ui:VisualElement>
2023-09-01 14:33:54 +08:00
<ui:VisualElement name="player-container" style="width: 404px; height: 194px; position: absolute; left: 80px; top: 844px; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; background-color: rgba(0, 0, 0, 0.66);">
<ui:VisualElement name="VisualElement" style="height: 24px;" />
<ui:VisualElement style="flex-direction: row;">
<ui:VisualElement name="playerAvatar-image" style="width: 128px; height: 128px; background-image: url(&apos;project://database/Assets/Artists/Arts/Icons/Logo.jpg?fileID=2800000&amp;guid=3ded0edcf28c6794f95fb07d3c684769&amp;type=3#Logo&apos;);" />
<ui:VisualElement style="margin-left: 16px; justify-content: space-between;">
<ui:Label tabindex="-1" text="Label" parse-escape-sequences="true" display-tooltip-when-elided="true" name="playerName-label" style="font-size: 24px; width: 258px; color: rgb(255, 255, 255);" />
<ui:VisualElement name="armoy-bar" style="background-image: url(&apos;project://database/Assets/Artists/Arts/Images/Armor%20bar.png?fileID=2800000&amp;guid=2ef6adf8c47c0f84a8833e0b855b34ef&amp;type=3#Armor bar&apos;); height: 6px;" />
<ui:VisualElement name="health-bar" style="background-image: url(&apos;project://database/Assets/Artists/Arts/Images/health%20Bar.png?fileID=21300000&amp;guid=c0c202fbfdd31ce4683d35d62a242374&amp;type=3#health Bar&apos;); height: 32px; justify-content: space-around; overflow: hidden;">
<ui:VisualElement name="health-fill" style="width: 81%; flex-grow: 1; background-color: rgb(255, 255, 255);" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="survival-container" style="top: 8px;">
<ui:Instance template="Survival-Template" name="Survival-Template" />
</ui:VisualElement>
</ui:VisualElement>
2023-06-08 14:09:50 +08:00
</ui:UXML>