annotate WorldMap.xml @ 116:bf4a36378bb9

- Fixed flight map pins jumping about
author Nenue
date Fri, 24 Nov 2017 23:51:44 -0500
parents caa482329919
children
rev   line source
Nenue@33 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
Nenue@33 2 ..\FrameXML\UI.xsd">
Nenue@109 3 <Script file="WorldMap.lua" />
Nenue@33 4
Nenue@33 5
Nenue@109 6 <Frame name="$parentQuests" mixin="WorldPlanMapMixin" parent="WorldPlan">
Nenue@67 7
Nenue@33 8 <Scripts>
Nenue@33 9 <OnLoad method="OnLoad" />
Nenue@33 10 <OnEvent method="OnEvent" />
Nenue@67 11 <OnUpdate method="OnUpdate" />
Nenue@33 12 <OnShow method="OnShow" />
Nenue@33 13 </Scripts>
Nenue@75 14 <Layers>
Nenue@75 15
Nenue@75 16 <Layer level="OVERLAY">
Nenue@75 17 <FontString parentKey="debugMessage" inherits="GameFontNormal">
Nenue@75 18 <Anchors>
Nenue@93 19 <Anchor point="TOP" x="0" y="-8" />
Nenue@75 20
Nenue@75 21 </Anchors>
Nenue@75 22 </FontString>
Nenue@75 23 </Layer>
Nenue@75 24 </Layers>
Nenue@67 25
Nenue@33 26 </Frame>
Nenue@33 27
Nenue@33 28 </Ui>