1
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<ui:Template name="ux_dialogue_template" src="project://database/Assets/Artists/UX/ux_dialogue_template.uxml?fileID=9197481963319205126&guid=af60a5419d14491468066d33d8806fc1&type=3#ux_dialogue_template" />
|
||||
<ui:Template name="ui_mark-template" src="project://database/Assets/Artists/UX/ux_mark-template.uxml?fileID=9197481963319205126&guid=f2ec375472989db4bade946e34778abd&type=3#ux_mark-template" />
|
||||
<ui:Template name="ux_quest_template" src="project://database/Assets/Artists/UX/ux_quest_template.uxml?fileID=9197481963319205126&guid=3e4b142e8b224ce42a5258702fcb6270&type=3#ux_quest_template" />
|
||||
<ui:Template name="ux_dialogue_choose_template" src="project://database/Assets/Artists/UX/ux_dialogue_choose_template.uxml?fileID=9197481963319205126&guid=0651c86a74198604da9d71321f73cbd5&type=3#ux_dialogue_choose_template" />
|
||||
<ui:Template name="ui_snack_bar-template" src="project://database/Assets/Artists/UX/ui_snack_bar-template.uxml?fileID=9197481963319205126&guid=522e418e8685c5f438b6d946046d7ff1&type=3#ui_snack_bar-template" />
|
||||
<ui:Template name="ux_dialogue_choose_template" src="project://database/Assets/Artists/UX/ux_dialogue_choose_template.uxml?fileID=9197481963319205126&guid=0651c86a74198604da9d71321f73cbd5&type=3#ux_dialogue_choose_template" />
|
||||
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
||||
<Style src="project://database/Assets/Artists/UX/Style.uss?fileID=7433441132597879392&guid=506d41b7c5d56a44bb5845e69055a5eb&type=3#Style" />
|
||||
<Style src="project://database/Assets/Artists/UX/uss_ux_mark.uss?fileID=7433441132597879392&guid=05973ff4de96a654cbc9b211d462cb9d&type=3#uss_ux_mark" />
|
||||
@@ -35,9 +35,14 @@
|
||||
<ui:VisualElement name="chat-container" />
|
||||
</ui:ScrollView>
|
||||
<ui:VisualElement name="Chat-Container" picking-mode="Ignore" class="flex-center">
|
||||
<ui:VisualElement picking-mode="Ignore" style="top: 132px; flex-direction: row;">
|
||||
<ui:TextField picking-mode="Ignore" value="filler text" name="chat-field" style="flex-grow: 1; min-width: 256px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;" />
|
||||
<ui:Button text="Voice" parse-escape-sequences="true" display-tooltip-when-elided="true" name="voice-button" class="localized" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;" />
|
||||
<ui:VisualElement picking-mode="Ignore" class="gap-y-8" style="top: 132px; flex-direction: column;">
|
||||
<ui:VisualElement style="flex-direction: row;">
|
||||
<ui:TextField picking-mode="Ignore" value="filler text" name="chat-field" style="flex-grow: 1; min-width: 256px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;" />
|
||||
<ui:Button parse-escape-sequences="true" display-tooltip-when-elided="true" name="voice-button" class="localized clear" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; background-image: url("project://database/Assets/Artists/Arts/Icons/like_xue_microphone.png?fileID=21300000&guid=3948f198a47dcee4f8f690d4dbcefad0&type=3#like_xue_microphone"); width: 45px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; -unity-background-image-tint-color: rgb(189, 189, 189);" />
|
||||
</ui:VisualElement>
|
||||
<ui:Foldout text="Tips" name="tips-foldout" view-data-key="Tips" class="theme-dark localized" style="background-color: rgba(0, 0, 0, 0.78); min-width: 256px;">
|
||||
<ui:Label tabindex="-1" text="This is my tips" parse-escape-sequences="true" display-tooltip-when-elided="true" />
|
||||
</ui:Foldout>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="quest-container" style="position: absolute; top: 32px; right: 32px;">
|
||||
|
Reference in New Issue
Block a user