This commit is contained in:
CortexCore
2023-12-03 17:35:43 +08:00
parent ba342d6627
commit ba9f4eda80
702 changed files with 162078 additions and 21050 deletions

View File

@@ -3,6 +3,7 @@
<ui:Template name="BITQuestElement" src="project://database/Assets/BITKit/Unity/UX/BITQuestElement.uxml?fileID=9197481963319205126&amp;guid=e76b752484c652b44afef2ac0afd5dd6&amp;type=3#BITQuestElement" />
<ui:Template name="ItemContainer_256x128px_flat" src="project://database/Assets/Artists/UX/ItemContainer_256x128px_flat.uxml?fileID=9197481963319205126&amp;guid=2add5e19e19d23047ba38b5adef8898d&amp;type=3#ItemContainer_256x128px_flat" />
<ui:Template name="ItemContainer_64px_flat" src="project://database/Assets/Artists/UX/ItemContainer_64px_flat.uxml?fileID=9197481963319205126&amp;guid=6a84013a35730d344a707237fb7033f2&amp;type=3#ItemContainer_64px_flat" />
<ui:Template name="UXHUD_popup" src="project://database/Assets/Artists/UX/UXHUD_popup.uxml?fileID=9197481963319205126&amp;guid=66e25ad66055a254c8f8645bbc160c02&amp;type=3#UXHUD_popup" />
<ui:Template name="DialogueLabel" src="project://database/Assets/Artists/UX/DialogueLabel.uxml?fileID=9197481963319205126&amp;guid=3ff4d7289dadb214fbfb566f1312a6e0&amp;type=3#DialogueLabel" />
<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" />
@@ -41,7 +42,7 @@
<ui:VisualElement name="crosshair-image" 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>
</ui:VisualElement>
<ui:VisualElement name="equips-container" style="position: absolute; right: 64px; bottom: 64px; align-items: flex-end;">
<ui:VisualElement name="equips-container" style="position: absolute; right: 64px; bottom: 32px; align-items: flex-end;">
<ui:VisualElement name="equipSelector-container" style="align-items: flex-end;">
<ui:Instance template="ItemContainer_256x128px_flat" name="ItemContainer_256x128px_flat" class="active" />
<ui:Instance template="ItemContainer_256x128px_flat" name="ItemContainer_256x128px_flat" />
@@ -54,11 +55,25 @@
<ui:Instance template="ItemContainer_64px_flat" name="ItemContainer_64px_flat" />
<ui:Instance template="ItemContainer_64px_flat" name="ItemContainer_64px_flat" />
</ui:VisualElement>
<ui:VisualElement name="number-container" style="text-shadow: 8px 8px 0 rgb(0, 0, 0); font-size: 24px; -unity-font-style: bold;">
<ui:Label tabindex="-1" text="Unknow" parse-escape-sequences="true" display-tooltip-when-elided="true" name="count-label" />
</ui:VisualElement>
</ui:VisualElement>
<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 name="Popup-container" class="root">
<ui:VisualElement class="flex-center" style="left: 384px;">
<ui:VisualElement name="popup-container" class="pa-8" style="min-width: 256px; flex-direction: column-reverse;">
<ui:Instance template="UXHUD_popup" name="UXHUD_popup" />
<ui:Instance template="UXHUD_popup" name="UXHUD_popup" />
<ui:Instance template="UXHUD_popup" name="UXHUD_popup" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement picking-mode="Ignore" name="Dialogue" class="root" style="align-items: center;">
<ui:VisualElement class="flex-center" style="top: 202px;">
<ui:VisualElement name="dialogue-container" class="pa-8" style="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>
</ui:VisualElement>
<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;">

View File

@@ -0,0 +1,30 @@
<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/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<ui:VisualElement name="background-image" class="root" style="background-image: url(&apos;project://database/Assets/Artists/Arts/Backgrounds/Background_Dark.png?fileID=2800000&amp;guid=d7922d450d9aa9046aa220a556f59dee&amp;type=3#Background_Dark&apos;);" />
<ui:Button text="Button" parse-escape-sequences="true" display-tooltip-when-elided="true" name="return-button" class="root" style="opacity: 0.01;" />
<ui:VisualElement picking-mode="Ignore" class="root" style="background-image: url(&apos;project://database/Assets/BITKit/Unity/Art/Lens%20Dirt/LensDirt00.png?fileID=2800000&amp;guid=20fbcea8c1a81b946ad08ac0bd3b98ac&amp;type=3#LensDirt00&apos;); -unity-background-image-tint-color: rgba(53, 53, 53, 0.46);" />
<ui:VisualElement picking-mode="Ignore" class="root">
<ui:VisualElement class="flex-center">
<ui:VisualElement name="icon-image" class="flex-center" 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;); width: 512px; height: 256px; -unity-background-scale-mode: scale-to-fit;" />
<ui:Label tabindex="-1" text="M4A1" parse-escape-sequences="true" display-tooltip-when-elided="true" name="title-label" class="tl" style="border-left-width: 8px; border-left-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); padding-left: 8px; background-color: rgba(0, 0, 0, 0.78);" />
<ui:Label tabindex="-1" text="用于近距离战斗" parse-escape-sequences="true" display-tooltip-when-elided="true" name="context-label" />
<ui:Label tabindex="-1" text="属性" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" style="background-color: rgba(0, 0, 0, 0.78); padding-left: 8px;" />
<ui:Label tabindex="-1" text="NATO弹匣:30/40" parse-escape-sequences="true" display-tooltip-when-elided="true" name="description-label" />
<ui:Label tabindex="-1" text="修改" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" style="background-color: rgba(0, 0, 0, 0.78); padding-left: 8px;" />
<ui:VisualElement name="modify-container" style="flex-grow: 1;" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="Hidden" style="flex-grow: 1; display: none;">
<ui:VisualElement style="align-items: flex-start;">
<ui:VisualElement name="VisualElement" tooltip="全息瞄具" style="align-items: stretch;">
<ui:Label tabindex="-1" text="瞄具" parse-escape-sequences="true" display-tooltip-when-elided="true" name="title-image" style="margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; color: rgb(100, 100, 100); -unity-text-align: middle-center; display: none;" />
<ui:VisualElement style="align-items: center;">
<ui:Button text="瞄准镜" parse-escape-sequences="true" display-tooltip-when-elided="true" style="border-left-width: 0; border-right-width: 0; border-top-width: 0; border-bottom-width: 0; background-color: rgba(188, 188, 188, 0); margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; background-image: url(&apos;project://database/Assets/BITKit/Unity/Art/Container/container_border_64.png?fileID=2800000&amp;guid=03c130865454e0143ad28deb986cb65e&amp;type=3#container_border_64&apos;); width: 64px; height: 64px; -unity-background-image-tint-color: rgb(100, 100, 100); color: rgb(100, 100, 100);">
<ui:VisualElement name="icon-image" class="root" style="background-image: url(&apos;project://database/Assets/Artists/Arts/Icons/Items/ICON_GunModify_Holographic_1x.png?fileID=2800000&amp;guid=868c9fd3d7d4a724db217e78da944112&amp;type=3#ICON_GunModify_Holographic_1x&apos;); margin-left: 8px; margin-right: 8px; margin-top: 8px; margin-bottom: 8px; display: none;" />
</ui:Button>
</ui:VisualElement>
<ui:Button text="释放" parse-escape-sequences="true" display-tooltip-when-elided="true" name="main-button" style="padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.5); border-left-width: 0; border-right-width: 0; border-top-width: 0; border-bottom-width: 0; color: rgb(100, 100, 100); display: flex;" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>

View File

@@ -30,7 +30,7 @@
</ui:VisualElement>
<ui:VisualElement style="width: 200px;" />
<ui:VisualElement class="inventory-container-background">
<ui:Label tabindex="-1" text="物品容器" parse-escape-sequences="true" display-tooltip-when-elided="true" name="container-label" style="margin-bottom: 8px;" />
<ui:Label tabindex="-1" text="物品容器&lt;color=yellow&gt;不储存&lt;/color&gt;" parse-escape-sequences="true" display-tooltip-when-elided="true" name="other-label" style="margin-bottom: 8px;" />
<ui:ScrollView name="Other-Container" class="inventory-container">
<ui:VisualElement name="other-container" style="flex-direction: row; flex-wrap: wrap; align-items: flex-start;" />
</ui:ScrollView>

View File

@@ -0,0 +1,3 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<ui:Label tabindex="-1" text="背包已满" parse-escape-sequences="true" display-tooltip-when-elided="true" name="context-label" style="display: flex; text-shadow: 8px 8px 0 rgb(0, 0, 0); -unity-font-style: bold;" />
</ui:UXML>