You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
5.0 KiB

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<Script file="ItemTooltipMixin.lua"/>
<Frame name="NarciItemTooltip" mixin="NarciItemTooltipMixin" frameStrata="TOOLTIP" frameLevel="20" hidden="true" clampedToScreen="true">
<Size x="160" y="40"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Icon" inherits="NarciBorderlessIconTemplate">
<Size x="40" y="40"/>
<Color r="0" g="0" b="0"/>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="0" y="0"/>
<Anchor point="BOTTOMLEFT" relativeKey="$parent" relativePoint="BOTTOMLEFT" x="0" y="0"/>
</Anchors>
</Texture>
<Texture parentKey="Background">
<Color r="0.8" g="0.8" b="0.8"/>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Icon" relativePoint="TOPRIGHT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="BOTTOMLEFT" y="3"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT"/>
</Anchors>
<Color r="0" g="0" b="0" a="1"/>
<Gradient orientation="VERTICAL">
<MaxColor a="0"/>
<MinColor a="0.35"/>
</Gradient>
</Texture>
<Texture parentKey="Pointer">
<Size x="24" y="24"/>
<Color r="1" g="1" b="1"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent" relativePoint="BOTTOM" x="20" y="0"/>
</Anchors>
</Texture>
<MaskTexture file="Interface\AddOns\Narcissus\Art\Modules\Outfit\ItemTooltipArrowMask" hWrapMode="CLAMPTOBLACKADDITIVE" vWrapMode="CLAMPTOBLACKADDITIVE">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Pointer" relativePoint="TOPLEFT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Pointer" relativePoint="BOTTOMRIGHT"/>
</Anchors>
<MaskedTextures>
<MaskedTexture childKey="Pointer"/>
</MaskedTextures>
</MaskTexture>
</Layer>
<Layer level="OVERLAY">
<Texture file="Interface\AddOns\Narcissus\Art\Modules\Outfit\ItemTooltipArrowShadow">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Pointer" relativePoint="TOPLEFT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Pointer" relativePoint="BOTTOMRIGHT"/>
</Anchors>
</Texture>
<Texture parentKey="Collected" file="Interface\AddOns\Narcissus\Art\Modules\Outfit\OutfitIcons">
<TexCoords left="0.75" right="1" top="0" bottom="0.25"/>
<Size x="24" y="24"/>
<Anchors>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Icon" relativePoint="BOTTOMRIGHT" x="4" y="-4"/>
</Anchors>
</Texture>
</Layer>
<Layer level="BORDER">
<FontString inherits="NarciFontNormal9" justifyH="CENTER" justifyV="BOTTOM" parentKey="Header" maxLines="2">
<Color r="0" g="0" b="0"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent.Background" relativePoint="CENTER" x="0" y="5"/>
</Anchors>
</FontString>
<FontString inherits="NarciFontThin8" justifyH="CENTER" justifyV="MIDDLE" parentKey="Text" maxLines="1">
<Color r="0" g="0" b="0"/>
<Anchors>
<Anchor point="TOP" relativeKey="$parent.Header" relativePoint="BOTTOM" y="-2"/>
</Anchors>
</FontString>
</Layer>
</Layers>
<Frames>
<Frame inherits="NarciFrameWithShadowTemplate"/>
</Frames>
<Scripts>
<OnSizeChanged method="OnSizeChanged"/>
</Scripts>
</Frame>
<Frame name="NarciItemTooltipModel" mixin="NarciItemTooltipModelMixin" parent="NarciItemTooltip" hidden="true">
<Size x="256" y="64"/>
<Anchors>
<Anchor point="BOTTOM" relativeKey="$parent" relativePoint="TOP"/>
</Anchors>
<Layers>
<Layer level="OVERLAY">
<Texture file="Interface\AddOns\Narcissus\Art\Modules\Outfit\Render\Arrow-NZoth" parentKey="Image">
<TexCoords left="0" right="0.25" top="0" bottom="0.0625"/>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnLoad method="OnLoad"/>
<OnUpdate method="OnUpdate"/>
</Scripts>
</Frame>
</Ui>