31 lines
3.9 KiB
Plaintext
31 lines
3.9 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">
|
||
|
<ui:Template name="BITQuestElement" src="project://database/Assets/BITKit/UX/BITQuestElement.uxml?fileID=9197481963319205126&guid=e76b752484c652b44afef2ac0afd5dd6&type=3#BITQuestElement" />
|
||
|
<Style src="project://database/Assets/BITKit/UX/BITQuest.uss?fileID=7433441132597879392&guid=5c2d746d52de8e340b788034994ee23e&type=3#BITQuest" />
|
||
|
<Style src="project://database/Assets/BITKit/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
||
|
<ui:VisualElement name="Time" style="position: absolute; top: 0; right: 0; flex-direction: row;">
|
||
|
<ui:Label text="时间" display-tooltip-when-elided="true" name="time-label" class="profiler-label" />
|
||
|
</ui:VisualElement>
|
||
|
<ui:VisualElement name="Profiler" style="position: absolute; flex-direction: row;">
|
||
|
<ui:Label text="FPS" display-tooltip-when-elided="true" name="fps-label" class="profiler-label profiler" />
|
||
|
<ui:Label text="Ping" display-tooltip-when-elided="true" name="ping-label" class="profiler-label profiler" />
|
||
|
</ui:VisualElement>
|
||
|
<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;">
|
||
|
<ui:VisualElement name="map-image" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url('project://database/Assets/Artists/Materials/Minimap.renderTexture?fileID=8400000&guid=57dcbb2497118844fbf2470751cf9cd6&type=2#Minimap');">
|
||
|
<ui:VisualElement name="point-render" style="position: absolute; width: 32px; height: 32px; background-image: url('project://database/Assets/BITKit/Art/Icons/EditorIcons/winbtn_mac_close_a@2x.png?fileID=2800000&guid=15fcf531feceef8438c9e35edbc55be3&type=3#winbtn_mac_close_a@2x'); top: 0; left: 0;" />
|
||
|
</ui:VisualElement>
|
||
|
</ui:VisualElement>
|
||
|
<ui:VisualElement name="quest-container" style="top: 64px; right: 64px; position: absolute;">
|
||
|
<ui:Instance template="BITQuestElement" name="BITQuestElement" class="completed" />
|
||
|
<ui:Instance template="BITQuestElement" name="BITQuestElement" />
|
||
|
</ui:VisualElement>
|
||
|
<ui:VisualElement name="interactive-container" class="center" style="left: 128px;">
|
||
|
<ui:Label text="互动" display-tooltip-when-elided="true" name="name-label" style="-unity-font: url('project://database/Assets/BITKit/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Bold.ttc?fileID=12800000&guid=70e08abd745a9214299a520605342101&type=3#SourceHanMono-Bold'); font-size: 24px; background-color: rgb(210, 210, 210); color: rgb(32, 32, 32); padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px;" />
|
||
|
</ui:VisualElement>
|
||
|
<ui:VisualElement name="CrossHair" class="root">
|
||
|
<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>
|
||
|
<ui:VisualElement name="equips-container" style="position: absolute; right: 64px; bottom: 64px;">
|
||
|
<ui:VisualElement name="currentEquip-image" style="background-image: url('project://database/Assets/Artists/Arts/Icons/Items/ICON_M4A1_Full.png?fileID=2800000&guid=8c4b3d8772ae2a54eaba9d401a095089&type=3#ICON_M4A1_Full'); -unity-background-scale-mode: scale-to-fit; width: 256px; height: 128px;" />
|
||
|
</ui:VisualElement>
|
||
|
</ui:UXML>
|