comparison WorldMap.xml @ 109:caa482329919

POI optimization
author Nenue
date Mon, 10 Jul 2017 18:34:11 -0400
parents WorldQuests.xml@98b5e08b75ed
children
comparison
equal deleted inserted replaced
108:b67ba1078824 109:caa482329919
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/
2 ..\FrameXML\UI.xsd">
3 <Script file="WorldMap.lua" />
4
5
6 <Frame name="$parentQuests" mixin="WorldPlanMapMixin" parent="WorldPlan">
7
8 <Scripts>
9 <OnLoad method="OnLoad" />
10 <OnEvent method="OnEvent" />
11 <OnUpdate method="OnUpdate" />
12 <OnShow method="OnShow" />
13 </Scripts>
14 <Layers>
15
16 <Layer level="OVERLAY">
17 <FontString parentKey="debugMessage" inherits="GameFontNormal">
18 <Anchors>
19 <Anchor point="TOP" x="0" y="-8" />
20
21 </Anchors>
22 </FontString>
23 </Layer>
24 </Layers>
25
26 </Frame>
27
28 </Ui>