annotate WorldPlan.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 e8b6c5433128
children a4dfdd4f1cf3
rev   line source
Nenue@0 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@0 2 ..\FrameXML\UI.xsd">
Nenue@0 3
Nenue@0 4 <Script file="WorldPlan.lua" />
Nenue@0 5
Nenue@30 6 <Font name="WorldPlanFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="12" outline="NORMAL" virtual="true" />
Nenue@21 7 <Font name="WorldPlanNumberFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" />
Nenue@30 8 <Font name="WorldPlanNumberFontThin" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="14" outline="NORMAL" virtual="true" />
Nenue@0 9
Nenue@0 10 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate">
Nenue@0 11
Nenue@0 12 </GameTooltip>
Nenue@0 13
Nenue@0 14
Nenue@0 15
Nenue@0 16 <Frame name="WorldPlan" mixin="WorldPlanCore" parent="UIParent">
Nenue@0 17 <KeyValues>
Nenue@0 18 <KeyValue key="DEVIAN_PNAME" value="WorldPlan"/>
Nenue@0 19 </KeyValues>
Nenue@0 20 <Size x="600" y="24" />
Nenue@0 21 <Anchors>
Nenue@4 22 <Anchor point="TOPRIGHT" />
Nenue@0 23 </Anchors>
Nenue@0 24 <Scripts>
Nenue@0 25 <OnLoad method="OnLoad" />
Nenue@0 26 <OnEvent method="OnEvent" />
Nenue@30 27 <OnUpdate method="OnUpdate" />
Nenue@30 28 <OnShow method="OnShow" />
Nenue@30 29 </Scripts>
Nenue@30 30 </Frame>
Nenue@30 31
Nenue@69 32 <ScrollingMessageFrame name="WorldPlanDebug" parent="UIParent" mixin="WorldPlanDebugMixin" hidden="true" frameStrata="TOOLTIP">
Nenue@70 33 <Size x="700" />
Nenue@69 34 <Anchors>
Nenue@69 35 <Anchor point="CENTER" />
Nenue@70 36 <Anchor point="TOP" />
Nenue@70 37 <Anchor point="BOTTOM" x="0" y="200" />
Nenue@69 38 </Anchors>
Nenue@69 39 <Scripts>
Nenue@69 40 <OnLoad method="OnLoad" />
Nenue@69 41 <OnShow method="OnShow" />
Nenue@69 42 <OnUpdate method="OnUpdate" />
Nenue@69 43 <OnMouseWheel method="OnMouseWheel" />
Nenue@69 44 </Scripts>
Nenue@69 45 <Layers>
Nenue@69 46 <Layer level="BACKGROUND">
Nenue@69 47 <Texture setAllPoints="true">
Nenue@69 48 <Color a="1" r="0" g="0" b="0" />
Nenue@69 49 </Texture>
Nenue@69 50 </Layer>
Nenue@69 51 </Layers>
Nenue@69 52 </ScrollingMessageFrame>
Nenue@69 53
Nenue@111 54 <Include file="QuestPOI.xml" />
Nenue@111 55 <Include file="WorldMap.xml" />
Nenue@111 56 <Include file="FilterBar.xml" />
Nenue@111 57 <Include file="FlightMap.xml" />
Nenue@111 58 <Include file="ClassPlan.xml" />
Nenue@111 59 <Include file="ClassPlanMissions.xml" />
Nenue@111 60 <Include file="ClassPlanShipments.xml" />
Nenue@111 61 <Include file="ClassPlanFollowers.xml" />
Nenue@111 62 <Include file="MapFrame.xml" />
Nenue@111 63
Nenue@35 64
Nenue@0 65 </Ui>