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.

129 lines
4.8 KiB

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<!-- © 2020 Peter Yu All Rights Reserved -->
<Script file="ScreenshotInfo.lua"/>
<Frame name="Narci_PlayerPositionFrame" mixin="NarciScreenshotInfoMixin" hidden="true" frameStrata="HIGH">
<Size x="128" y="128"/>
<Anchors>
<Anchor point="TOPRIGHT" relativeTo="UIParent" relativePoint="TOPRIGHT" x="-12" y="-12"/>
</Anchors>
<Frames>
<Frame clipChildren="true" hidden="false" scale="0.5" parentKey="MapContainer" useParentLevel="true">
<Size x="256" y="256"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent" relativePoint="CENTER"/>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<Texture file="Interface\AddOns\Narcissus\Art\Widgets\WorldMap\Background"/>
</Layer>
</Layers>
<Frames>
<Frame name="Narci_WorldMapFrame" mixin="NarciWorldMapMixin" parentKey="Canvas" scale="1">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT"/>
</Anchors>
<Layers>
<Layer level="OVERLAY" textureSubLevel="4">
<Texture parentKey="Pin">
<size x="36" y="36"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Frames>
<Frame parentKey="BaseFrame" useParentLevel="true">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT"/>
</Anchors>
</Frame>
<Frame parentKey="OverlayFrame" useParentLevel="true">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT"/>
</Anchors>
</Frame>
</Frames>
<Scripts>
<OnLoad method="OnLoad"/>
<OnShow method="OnShow"/>
<OnHide method="OnHide"/>
<OnEvent method="OnEvent"/>
<OnMouseDown>
self.OverlayFrame:SetAlpha(0);
</OnMouseDown>
<OnMouseUp>
self.OverlayFrame:SetAlpha(1);
</OnMouseUp>
</Scripts>
</Frame>
</Frames>
<Scripts>
</Scripts>
</Frame>
</Frames>
<Layers>
<Layer level="OVERLAY" textureSubLevel="3">
<FontString inherits="NarciMapFont8" justifyH="CENTER" justifyV="MIDDLE" maxLines="1" parentKey="Coordinates" hidden="false">
<Size x="0" y="0"/>
<Anchors>
<Anchor point="TOP" relativeKey="$parent.MapContainer.Canvas.Pin" relativePoint="BOTTOM" x="0" y="0"/>
</Anchors>
</FontString>
<FontString inherits="NarciMapFont10" justifyH="CENTER" justifyV="MIDDLE" maxLines="1" parentKey="MapName" hidden="false">
<Size x="0" y="0"/>
<Anchors>
<Anchor point="BOTTOM" relativeKey="$parent.MapContainer" relativePoint="BOTTOM" x="0" y="3"/>
</Anchors>
</FontString>
<FontString inherits="NarciMapFont8" justifyH="CENTER" justifyV="MIDDLE" maxLines="1" parentKey="MinimapName" hidden="false">
<Size x="0" y="0"/>
<Anchors>
<Anchor point="BOTTOM" relativeKey="$parent.MapName" relativePoint="TOP" x="0" y="1"/>
</Anchors>
</FontString>
<Texture setAllPoints="true" file="Interface\AddOns\Narcissus\Art\Widgets\WorldMap\MapBorder">
<Size x="254" y="254"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent.MapContainer" relativePoint="CENTER" x="0.25" y="0.25"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture file="Interface\AddOns\Narcissus\Art\Widgets\WorldMap\TextBackground" parentKey="MapNameHighlight">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.MapName" relativePoint="TOPLEFT" x="-8" y="4"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.MapName" relativePoint="BOTTOMRIGHT" x="8" y="-4"/>
</Anchors>
</Texture>
<Texture file="Interface\AddOns\Narcissus\Art\Widgets\WorldMap\TextBackground" parentKey="MinimapNameHighlight">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.MinimapName" relativePoint="TOPLEFT" x="-8" y="2"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.MinimapName" relativePoint="BOTTOMRIGHT" x="8" y="-2"/>
</Anchors>
</Texture>
<Texture file="Interface\AddOns\Narcissus\Art\Widgets\WorldMap\TextBackground" parentKey="CoordinatesHighlight">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Coordinates" relativePoint="TOPLEFT" x="-4" y="2"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Coordinates" relativePoint="BOTTOMRIGHT" x="4" y="-2"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnLoad method="OnLoad"/>
<OnShow method="OnShow"/>
<OnHide method="OnHide"/>
<OnUpdate method="OnUpdate"/>
<OnMouseWheel method="OnMouseWheel"/>
</Scripts>
</Frame>
</Ui>