This commit is contained in:
CortexCore
2025-04-18 20:27:57 +08:00
parent 5324d73239
commit 1226b6f0c5
26 changed files with 17059 additions and 28590 deletions

View File

@@ -11,6 +11,12 @@ Button {
border-left-width: 1px;
}
ProgressBar .unity-text-element {
color: rgba(255, 255, 255, 0.96);
-unity-text-outline-width: 1px;
-unity-text-outline-color: rgba(0, 0, 0, 0.5);
}
Button:hover {
color: rgb(0, 0, 0);
border-left-color: rgba(255, 255, 255, 0.78);
@@ -37,7 +43,7 @@ Button:active {
background-color: rgba(255, 255, 255, 0.5);
}
Label {
.unity-text-element {
-unity-font-definition: url("project://database/Assets/Artists/Arts/Fonts/Meiryo%20UI%20W53%20Regular%20SDF.asset?fileID=11400000&guid=80d4eed6ab6a2c248b81331b3aab1c8c&type=2#Meiryo UI W53 Regular SDF");
}

View File

@@ -35,7 +35,7 @@
<ui:VisualElement name="quest-container" style="position: absolute; top: 32px; right: 32px;">
<ui:Instance template="ux_quest_template" name="ux_quest_template" style="padding-top: 16px; padding-right: 32px; padding-bottom: 6px; padding-left: 32px;" />
</ui:VisualElement>
<ui:Label tabindex="-1" text="互动/双方向性" parse-escape-sequences="true" display-tooltip-when-elided="true" name="interaction-tips" class="flex-center tl" style="padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 16px; position: absolute; left: 50%; top: 50%; color: rgb(255, 255, 255); border-left-width: 4px; 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); text-shadow: 0 0 1px rgb(0, 0, 0);" />
<ui:Label tabindex="-1" text="互动/双方向性" parse-escape-sequences="true" display-tooltip-when-elided="true" name="interaction-tips" class="flex-center" style="position: absolute; left: 52%; top: 50%; color: rgb(255, 255, 255); text-shadow: 0 0 1px rgb(0, 0, 0);" />
<ui:VisualElement name="dialogue-choose-container" style="position: absolute; top: 40%; right: 8%;">
<ui:Instance template="ux_dialogue_choose_template" name="ux_dialogue_choose_template" />
<ui:Instance template="ux_dialogue_choose_template" name="ux_dialogue_choose_template" />