Mercurial > wow > worldplan
annotate WorldMap.xml @ 113:03e4a8b93012 v7.3.0-2
7.3 Updates
- Added some map frame adjustments to keep the filter bar from obstructing edge of zone clicks
KNOWN ISSUES:
- Argus quests can only be filtered when viewing Argus maps
- Main Argus map in the WorldMapFrame has misaligned pins; this is due to it using a different map texture from what is used in the teleporter map, so all the POI coordinates are based on that map in the client info
author | Nenue |
---|---|
date | Tue, 05 Sep 2017 03:14:34 -0400 |
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> |