This commit is contained in:
CortexCore
2023-08-27 02:58:19 +08:00
parent 45913c6b3e
commit 4fadd3a530
322 changed files with 95590 additions and 109406 deletions

View File

@@ -1,6 +1,7 @@
<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" />
<Style src="project://database/Assets/BITKit/Unity/UX/MaterialDesign.uss?fileID=7433441132597879392&amp;guid=e4dec78bf3c31184ca4f258af4dd1f8e&amp;type=3#MaterialDesign" />
<ui:VisualElement name="background-image" class="root" style="flex-grow: 1;" />
<ui:VisualElement name="menu-container" class="material context-menu">
<ui:Label text="文件" display-tooltip-when-elided="true" name="Label" />
<ui:Button text="新建" display-tooltip-when-elided="true" />

View File

@@ -5,7 +5,7 @@
}
.quest-icon {
background-image: url('project://database/Assets/Artist/Configs/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2346436936791262179&guid=ac803f0924e239645ac6b2fc9baebc65&type=3#console.infoicon');
background-image: none;
width: 32px;
height: 32px;
}

View File

@@ -179,3 +179,11 @@ Button:hover > #icon-image {
.theme-dark Foldout #unity-checkmark {
-unity-background-image-tint-color: rgb(210, 210, 210);
}
.dispose {
opacity: 0;
transition-property: opacity, display;
transition-duration: 2s, 0s;
display: none;
transition-delay: 0s, 2s;
}

View File

@@ -1,7 +1,7 @@
<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="container" picking-mode="Ignore" class="root pa-8" style="align-items: flex-start; flex-direction: row; justify-content: flex-end;">
<ui:VisualElement style="flex-direction: row; align-items: center;">
<ui:VisualElement name="VisualElement" style="flex-direction: row; align-items: center;">
<ui:Label tabindex="-1" text="Ping:unreached ms" parse-escape-sequences="true" display-tooltip-when-elided="true" name="ping-label" />
<ui:VisualElement name="netOn-image" style="background-image: url(&apos;project://database/Assets/BITKit/Unity/Art/Icons/ooui_network.png?fileID=2800000&amp;guid=9ba96ba6e188fdd4a94000b2da4d2465&amp;type=3#ooui_network&apos;); width: 24px; height: 24px;" />
<ui:VisualElement name="netOff-image" style="background-image: url(&apos;project://database/Assets/BITKit/Unity/Art/Icons/ooui_network-off.png?fileID=2800000&amp;guid=e76b3789a3108d74f9c33a70f758aa56&amp;type=3#ooui_network-off&apos;); width: 24px; height: 24px; -unity-background-image-tint-color: rgb(255, 128, 0);" />