Mercurial > wow > worldplan
comparison WorldPlan.xml @ 0:3830a592cb0f
initial commmit
author | Nenue |
---|---|
date | Tue, 11 Oct 2016 17:20:37 -0400 |
parents | |
children | 232617b8bcd5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3830a592cb0f |
---|---|
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 | |
4 <Script file="WorldPlan.lua" /> | |
5 | |
6 <Font name="VeneerPinFont" 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" /> | |
8 | |
9 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> | |
10 | |
11 </GameTooltip> | |
12 | |
13 | |
14 <Button name="VeneerWQCompassTemplate" virtual="true" hidden="true"> | |
15 <Size x="50" y="36" /> | |
16 <Anchors> | |
17 <Anchor point="TOP" /> | |
18 </Anchors> | |
19 <Layers> | |
20 <Layer level="ARTWORK"> | |
21 <Texture parentKey="icon" name="$parentIcon" setAllPoints="false"> | |
22 <Anchors> | |
23 <Anchor point="TOPLEFT" /> | |
24 </Anchors> | |
25 </Texture> | |
26 </Layer> | |
27 <Layer level="OVERLAY"> | |
28 <FontString inherits="VeneerFont" parentKey="label"> | |
29 <Anchors> | |
30 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.icon" /> | |
31 </Anchors> | |
32 </FontString> | |
33 </Layer> | |
34 </Layers> | |
35 </Button> | |
36 | |
37 <Button name="WorldPlanQuestPin" virtual="true" hidden="true" frameStrata="TOOLTIP" mixin="WorldPlanPOIMixin"> | |
38 <Animations> | |
39 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true" looping="NONE"> | |
40 <Alpha duration="0.15" fromAlpha="0" toAlpha="1" order="1" /> | |
41 <Scripts> | |
42 <OnPlay> | |
43 self:GetParent().highlight:Show() | |
44 </OnPlay> | |
45 <OnStop> | |
46 self:GetParent().highlight:Hide() | |
47 self:GetParent().isAnimating = nil | |
48 </OnStop> | |
49 <OnFinished> | |
50 self:GetParent().highlight:Hide() | |
51 self:GetParent().isAnimating = nil | |
52 </OnFinished> | |
53 </Scripts> | |
54 </AnimationGroup> | |
55 <AnimationGroup parentKey="PendingFade" setToFinalAlpha="true" looping="REPEAT"> | |
56 <Alpha duration="0.72" fromAlpha="1" toAlpha="0" order="1" /> | |
57 <Alpha duration="0.72" fromAlpha="0" toAlpha="1" order="2" /> | |
58 </AnimationGroup> | |
59 </Animations> | |
60 <Layers> | |
61 <Layer level="ARTWORK"> | |
62 | |
63 <Texture parentKey="icon" setAllPoints="true"> | |
64 <Anchors> | |
65 <Anchor point="TOPLEFT" /> | |
66 </Anchors> | |
67 </Texture> | |
68 </Layer> | |
69 <Layer level="BORDER"> | |
70 <Texture parentKey="iconBorder" file="Interface\BUTTONS\GREENGRAD64" desaturated="true" /> | |
71 </Layer> | |
72 <Layer level="BACKGROUND"> | |
73 <Texture parentKey="MouseGlow" file="Interface\WorldMap\UI-QuestPoi-IconGlow" alphaMode="ADD" hidden="true"> | |
74 <Anchors> | |
75 <Anchor point="TOPRIGHT" x="14" y="14" /> | |
76 <Anchor point="BOTTOMLEFT" x="-14" y="-14" /> | |
77 </Anchors> | |
78 </Texture> | |
79 <Texture parentKey="supertrackBorder" file="Interface\BUTTONS\GREENGRAD64" desaturated="true" /> | |
80 <Texture parentKey="EliteDecal" atlas="worldquest-questmarker-dragon" hidden="true"> | |
81 <Anchors> | |
82 <Anchor point="TOPLEFT" relativeKey="$parent.iconBorder" x="-6" y="6"/> | |
83 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.iconBorder" x="6" y="-6"/> | |
84 </Anchors> | |
85 </Texture> | |
86 </Layer> | |
87 <Layer level="OVERLAY"> | |
88 <FontString inherits="GameFontNormal" parentKey="count"> | |
89 <Anchors> | |
90 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.icon" x="0" y="0" /> | |
91 </Anchors> | |
92 </FontString> | |
93 <FontString inherits="VeneerPinFont" parentKey="label"> | |
94 <Anchors> | |
95 <Anchor point="BOTTOM" x="0" y="0" /> | |
96 </Anchors> | |
97 </FontString> | |
98 <FontString inherits="VeneerTimeFont" parentKey="timeLabel"> | |
99 <Anchors> | |
100 <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" /> | |
101 </Anchors> | |
102 </FontString> | |
103 <Texture parentKey="dot" hidden="true" setAllPoints="false"> | |
104 <Size x="6" y="6" /> | |
105 <Color a="1" r="1" g="0" b="0" /> | |
106 </Texture> | |
107 <Texture parentKey="dotH" hidden="true"> | |
108 <Size y="4" /> | |
109 <Color a="1" r="0" g="0" b="0" /> | |
110 </Texture> | |
111 <Texture parentKey="tagIcon" setAllPoints="false"> | |
112 <Size x="12" y="12" /> | |
113 <Anchors> | |
114 <Anchor point="BOTTOMRIGHT" x="1" y="-1" /> | |
115 </Anchors> | |
116 </Texture> | |
117 | |
118 <Texture parentKey="highlight" setAllPoints="true" alphaMode="ADD" alpha="0" file="Interface\Tooltips\UI-Tooltip-Background" desaturated="true" /> | |
119 | |
120 </Layer> | |
121 </Layers> | |
122 <Frames> | |
123 <Cooldown parentKey="Swipe" hideCountdownNumbers="true" hidden="true"> | |
124 <Anchors> | |
125 <Anchor point="CENTER" /> | |
126 </Anchors> | |
127 <SwipeTexture file="Interface\Garrison\GarrLanding-TradeskillTimerFill" setAllPoints="true" /> | |
128 <Layers> | |
129 <Layer level="BACKGROUND"> | |
130 <Texture parentKey="bg" setAllPoints="true" atlas="GarrLanding-TradeskillTimer-Border" alpha="1"/> | |
131 </Layer> | |
132 </Layers> | |
133 </Cooldown> | |
134 </Frames> | |
135 <Scripts> | |
136 <OnSizeChanged method="OnSizeChanged" /> | |
137 <OnLoad method="OnLoad" /> | |
138 <OnEvent method="OnEvent" /> | |
139 <OnUpdate method="OnUpdate" /> | |
140 <OnShow method="OnShow" /> | |
141 <OnHide method="OnHide" /> | |
142 </Scripts> | |
143 </Button> | |
144 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> | |
145 <Scripts> | |
146 <OnClick method="OnClick" /> | |
147 <OnLoad method="OnLoad" /> | |
148 </Scripts> | |
149 </Button> | |
150 | |
151 <Frame name="WorldPlan" mixin="WorldPlanCore" parent="UIParent"> | |
152 <KeyValues> | |
153 <KeyValue key="DEVIAN_PNAME" value="WorldPlan"/> | |
154 </KeyValues> | |
155 <Size x="600" y="24" /> | |
156 <Anchors> | |
157 <Anchor point="TOP" /> | |
158 </Anchors> | |
159 <Scripts> | |
160 <OnLoad method="OnLoad" /> | |
161 <OnEvent method="OnEvent" /> | |
162 </Scripts> | |
163 </Frame> | |
164 | |
165 </Ui> |