init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<ui:UXML xmlns:ui="UnityEngine.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="TooltipBackground" src="project://database/Assets/92%20-%20UserInterface/Generic/Game/Tooltip/TooltipBackground.uxml?fileID=9197481963319205126&guid=547e49bedfdd22d459cd34398a254d83&type=3#TooltipBackground" />
|
||||
<ui:Template name="Slot" src="project://database/Assets/92%20-%20UserInterface/Generic/Game/Utility/Slot.uxml?fileID=9197481963319205126&guid=5a74e2b56bbc27c4ab7a5d0c1de93f00&type=3#Slot" />
|
||||
<Style src="project://database/Assets/92%20-%20UserInterface/Generic/Game/Tooltip/TooltipStyle.uss?fileID=7433441132597879392&guid=90349be0ccc48354eae60e7bc8cf5d07&type=3#TooltipStyle" />
|
||||
<Style src="project://database/Assets/92%20-%20UserInterface/Generic/Game/Utility/SlotOuter.uss?fileID=7433441132597879392&guid=760aa0b2431a11e46a81be0018d225b1&type=3#SlotOuter" />
|
||||
<ui:VisualElement name="ability-tooltip" class="tooltip">
|
||||
<ui:Instance template="TooltipBackground" name="tooltip-background" />
|
||||
<ui:VisualElement class="tooltip-content" style="flex-grow: 1;">
|
||||
<ui:VisualElement name="title-section" style="flex-direction: row;">
|
||||
<ui:Label tabindex="-1" text="ABILITY_NAME" display-tooltip-when-elided="true" name="ability-name" style="margin-right: 2px; margin-top: 2px; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; flex-grow: 1;" />
|
||||
<ui:Instance template="Slot" name="ability-icon" class="slot slot-medium" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="description-section" class="section" style="flex-grow: 1;">
|
||||
<ui:Label tabindex="-1" text="ABILITY_DESCRIPTION" display-tooltip-when-elided="true" name="ability-description" style="-unity-text-align: upper-left; white-space: normal; text-overflow: clip;" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
Reference in New Issue
Block a user