Mercurial > wow > worldplan
comparison WorldPlan.xml @ 1:232617b8bcd5
New Order Hall mission tracker:
- record active missions and shipments across characters
author | Nenue |
---|---|
date | Thu, 13 Oct 2016 05:32:43 -0400 |
parents | 3830a592cb0f |
children | 4c7e9efec4b5 |
comparison
equal
deleted
inserted
replaced
0:3830a592cb0f | 1:232617b8bcd5 |
---|---|
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/ | 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"> | 2 ..\FrameXML\UI.xsd"> |
3 | 3 |
4 <Script file="WorldPlan.lua" /> | 4 <Script file="WorldPlan.lua" /> |
5 | 5 |
6 <Font name="VeneerPinFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="13" outline="NORMAL" virtual="true" /> | 6 <Font name="WorldPlanFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="13" outline="NORMAL" virtual="true" /> |
7 <Font name="VeneerTimeFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" /> | 7 <Font name="WorldPlanNumberFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" /> |
8 | 8 |
9 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> | 9 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> |
10 | 10 |
11 </GameTooltip> | 11 </GameTooltip> |
12 | 12 |
88 <FontString inherits="GameFontNormal" parentKey="count"> | 88 <FontString inherits="GameFontNormal" parentKey="count"> |
89 <Anchors> | 89 <Anchors> |
90 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.icon" x="0" y="0" /> | 90 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.icon" x="0" y="0" /> |
91 </Anchors> | 91 </Anchors> |
92 </FontString> | 92 </FontString> |
93 <FontString inherits="VeneerPinFont" parentKey="label"> | 93 <FontString inherits="WorldPlanFont" parentKey="label"> |
94 <Anchors> | 94 <Anchors> |
95 <Anchor point="BOTTOM" x="0" y="0" /> | 95 <Anchor point="BOTTOM" x="0" y="0" /> |
96 </Anchors> | 96 </Anchors> |
97 </FontString> | 97 </FontString> |
98 <FontString inherits="VeneerTimeFont" parentKey="timeLabel"> | 98 <FontString inherits="WorldPlanNumberFont" parentKey="timeLabel"> |
99 <Anchors> | 99 <Anchors> |
100 <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" /> | 100 <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" /> |
101 </Anchors> | 101 </Anchors> |
102 </FontString> | 102 </FontString> |
103 <Texture parentKey="dot" hidden="true" setAllPoints="false"> | 103 <Texture parentKey="dot" hidden="true" setAllPoints="false"> |