Mercurial > wow > worldplan
comparison WorldPlan.xml @ 30:8cb750e79952
WorldPlan:
- Reworking filters to utilize newly added CVars
author | Nenue |
---|---|
date | Fri, 28 Oct 2016 14:06:07 -0400 |
parents | c1612c2c1840 |
children | be4db60219ca |
comparison
equal
deleted
inserted
replaced
29:c1612c2c1840 | 30:8cb750e79952 |
---|---|
2 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
3 | 3 |
4 <Script file="WorldPlan.lua" /> | 4 <Script file="WorldPlan.lua" /> |
5 <Script file="QuestPOI.lua" /> | 5 <Script file="QuestPOI.lua" /> |
6 | 6 |
7 <Font name="WorldPlanFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Bold.ttf" height="13" outline="NORMAL" virtual="true" /> | 7 <Font name="WorldPlanFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="12" outline="NORMAL" virtual="true" /> |
8 <Font name="WorldPlanNumberFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" /> | 8 <Font name="WorldPlanNumberFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" /> |
9 <Font name="WorldPlanNumberFontThin" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="13" outline="THICK" virtual="true" /> | 9 <Font name="WorldPlanNumberFontThin" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="14" outline="NORMAL" virtual="true" /> |
10 | 10 |
11 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> | 11 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> |
12 | 12 |
13 </GameTooltip> | 13 </GameTooltip> |
14 | 14 |
85 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.iconBorder" x="6" y="-6"/> | 85 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.iconBorder" x="6" y="-6"/> |
86 </Anchors> | 86 </Anchors> |
87 </Texture> | 87 </Texture> |
88 </Layer> | 88 </Layer> |
89 <Layer level="OVERLAY"> | 89 <Layer level="OVERLAY"> |
90 <FontString inherits="WorldPlanNumberFontThin" parentKey="count"> | 90 <FontString name="$parentCount" inherits="WorldPlanNumberFontThin" parentKey="count"> |
91 <Anchors> | 91 <Anchors> |
92 <Anchor point="BOTTOM" relativeKey="$parent.icon" x="0" y="0" /> | 92 <Anchor point="BOTTOM" relativeKey="$parent.icon" x="0" y="0" /> |
93 </Anchors> | 93 </Anchors> |
94 </FontString> | 94 </FontString> |
95 <FontString inherits="WorldPlanNumberFont" parentKey="timeLabel"> | 95 <FontString name="$parentTimeLeft" inherits="WorldPlanNumberFont" parentKey="timeLabel"> |
96 <Anchors> | 96 <Anchors> |
97 <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" /> | 97 <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" /> |
98 </Anchors> | 98 </Anchors> |
99 </FontString> | 99 </FontString> |
100 <Texture parentKey="dot" hidden="true" setAllPoints="false"> | 100 <Texture parentKey="dot" hidden="true" setAllPoints="false"> |
151 <OnLoad method="OnLoad" /> | 151 <OnLoad method="OnLoad" /> |
152 <OnEvent method="OnEvent" /> | 152 <OnEvent method="OnEvent" /> |
153 </Scripts> | 153 </Scripts> |
154 </Frame> | 154 </Frame> |
155 | 155 |
156 <Frame name="$parentQuests" mixin="WorldPlanQuestsMixin" parent="WorldPlan"> | |
157 <Scripts> | |
158 <OnLoad method="OnLoad" /> | |
159 <OnEvent method="OnEvent" /> | |
160 <OnUpdate method="OnUpdate" /> | |
161 <OnShow method="OnShow" /> | |
162 </Scripts> | |
163 </Frame> | |
164 | |
156 </Ui> | 165 </Ui> |