vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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/ ..\FrameXML\UI.xsd"> |
2 | <Script file="DruidBar.lua"/> |
||
3 | <Script file="localization.lua"/> |
||
4 | <GameTooltip name="DBarSpellCatch" frameStrata="TOOLTIP" inherits="GameTooltipTemplate"/> |
||
5 | <Frame name="DruidBarUpdateFrame"><Scripts><OnLoad>DruidBar_OnLoad();</OnLoad><OnEvent>DruidBar_OnEvent(event, arg1, arg2, arg3);</OnEvent><OnUpdate>DruidBar_OnUpdate(arg1);</OnUpdate></Scripts></Frame> |
||
6 | |||
7 | <Frame name="DruidBarFrame" hidden="true" frameStrata="BACKGROUND" enableMouse="true" movable="true" parent="UIParent"> |
||
8 | <Size> |
||
9 | <AbsDimension x="160" y="18"/> |
||
10 | </Size> |
||
11 | <Anchors> |
||
12 | <Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER"> |
||
13 | <Offset> |
||
14 | <AbsDimension x="0" y="-10"/> |
||
15 | </Offset> |
||
16 | </Anchor> |
||
17 | </Anchors> |
||
18 | <Layers> |
||
19 | <Layer level="ARTWORK"> |
||
20 | <Texture name="DruidBarBorder" file="Interface\Tooltips\UI-StatusBar-Border"/> |
||
21 | </Layer> |
||
22 | <Layer level="FOREGROUND"> |
||
23 | <FontString name="DruidBarText" inherits="GameFontNormalSmall" wraponspaces="true"> |
||
24 | <Size> |
||
25 | <AbsDimension x="0" y="60"/> |
||
26 | </Size> |
||
27 | <Anchors> |
||
28 | <Anchor point="CENTER" relativeTo="$Parent" relativePoint="CENTER"/> |
||
29 | </Anchors> |
||
30 | </FontString> |
||
31 | <FontString name="DruidBarText1" inherits="TextStatusBarText" wraponspaces="true"> |
||
32 | <Size> |
||
33 | <AbsDimension x="0" y="60"/> |
||
34 | </Size> |
||
35 | <Anchors> |
||
36 | <Anchor point="CENTER" relativeTo="$Parent" relativePoint="CENTER"/> |
||
37 | </Anchors> |
||
38 | </FontString> |
||
39 | </Layer> |
||
40 | </Layers> |
||
41 | <TitleRegion setAllPoints="true"/> |
||
42 | <Frames> |
||
43 | <StatusBar name="DruidBarMana" movable="true" inherits="TextStatusBar"> |
||
44 | |||
45 | <Size> |
||
46 | <AbsDimension x="150" y="12"/> |
||
47 | </Size> |
||
48 | <Anchors> |
||
49 | <Anchor point="CENTER" relativeTo="$Parent" relativePoint="CENTER"> |
||
50 | <Offset> |
||
51 | <AbsDimension x="0" y="0"/> |
||
52 | </Offset> |
||
53 | </Anchor> |
||
54 | </Anchors> |
||
55 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
56 | <BarColor r="0" g="0" b="1" a="1"/> |
||
57 | <Frames> |
||
58 | <Frame name="PlayerDruidBarBackground"> |
||
59 | <Scripts> |
||
60 | <OnLoad> |
||
61 | DruidBarMana:SetFrameLevel("1"); |
||
62 | this:SetFrameLevel("1"); |
||
63 | </OnLoad> |
||
64 | </Scripts> |
||
65 | <Layers> |
||
66 | <Layer level="BACKGROUND"> |
||
67 | |||
68 | <Texture name="PlayerFrameDruidBarLowerBackground1"> |
||
69 | <Size> |
||
70 | <AbsDimension x="140" y="12"/> |
||
71 | </Size> |
||
72 | <Anchors> |
||
73 | <Anchor point="CENTER" relativeTo="$Parent" relativePoint="CENTER"> |
||
74 | <Offset> |
||
75 | <AbsDimension x="0" y="0"/> |
||
76 | </Offset> |
||
77 | </Anchor> |
||
78 | </Anchors> |
||
79 | <Color r="0" g="0" b="0" a="0.5"/> |
||
80 | </Texture> |
||
81 | </Layer> |
||
82 | </Layers> |
||
83 | </Frame> |
||
84 | </Frames> |
||
85 | </StatusBar> |
||
86 | </Frames> |
||
87 | </Frame> |
||
88 | <Frame name="DruidBarReplaceText" hidden="true" frameStrata="LOW" enableMouse="true" movable="true" parent="UIParent"> |
||
89 | <Size> |
||
90 | <AbsDimension x="120" y="10"/> |
||
91 | </Size> |
||
92 | <Anchors> |
||
93 | <Anchor point="TOPLEFT" relativeTo="PlayerFrame" relativePoint="TOPLEFT"> |
||
94 | <Offset> |
||
95 | <AbsDimension x="116" y="-50"/> |
||
96 | </Offset> |
||
97 | </Anchor> |
||
98 | </Anchors> |
||
99 | <Layers> |
||
100 | <Layer level="FOREGROUND"> |
||
101 | <FontString name="DEnergyText" inherits="GameFontNormalSmall" wraponspaces="true"> |
||
102 | <Size> |
||
103 | <AbsDimension x="0" y="60"/> |
||
104 | </Size> |
||
105 | <Anchors> |
||
106 | <Anchor point="CENTER" relativeTo="PlayerFrameManaBar" relativePoint="CENTER"/> |
||
107 | </Anchors> |
||
108 | </FontString> |
||
109 | <FontString name="DEnergyText1" inherits="TextStatusBarText" wraponspaces="true"> |
||
110 | <Size> |
||
111 | <AbsDimension x="0" y="60"/> |
||
112 | </Size> |
||
113 | <Anchors> |
||
114 | <Anchor point="CENTER" relativeTo="PlayerFrameManaBar" relativePoint="CENTER"/> |
||
115 | </Anchors> |
||
116 | </FontString> |
||
117 | <FontString name="DManaText" inherits="GameFontNormalSmall" wraponspaces="true"> |
||
118 | <Size> |
||
119 | <AbsDimension x="0" y="60"/> |
||
120 | </Size> |
||
121 | <Anchors> |
||
122 | <Anchor point="CENTER" relativeTo="DruidBarMana" relativePoint="CENTER"/> |
||
123 | </Anchors> |
||
124 | </FontString> |
||
125 | <FontString name="DManaText1" inherits="TextStatusBarText" wraponspaces="true"> |
||
126 | <Size> |
||
127 | <AbsDimension x="0" y="60"/> |
||
128 | </Size> |
||
129 | <Anchors> |
||
130 | <Anchor point="CENTER" relativeTo="DruidBarMana" relativePoint="CENTER"/> |
||
131 | </Anchors> |
||
132 | </FontString> |
||
133 | </Layer> |
||
134 | </Layers> |
||
135 | </Frame> |
||
136 | <Button name="DruidBarDontMove" frameStrata="LOW" toplevel="true" enableMouse="false" movable="false" parent="DruidBarFrame" hidden="true"> |
||
137 | <Size> |
||
138 | <AbsDimension x="160" y="18"/> |
||
139 | </Size> |
||
140 | <Anchors> |
||
141 | <Anchor point="CENTER" relativeTo="$Parent" relativePoint="CENTER"> |
||
142 | <Offset> |
||
143 | <AbsDimension x="0" y="0"/> |
||
144 | </Offset> |
||
145 | </Anchor> |
||
146 | </Anchors> |
||
147 | <Scripts> |
||
148 | </Scripts> |
||
149 | </Button> |
||
150 | |||
151 | <Frame name="DruidBarKMG" frameStrata="LOW" enableMouse="true" movable="true" parent="UIParent" hidden="true"> |
||
152 | <Size> |
||
153 | <AbsDimension x="1" y="18" /> |
||
154 | </Size> |
||
155 | <Anchors> |
||
156 | <Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER"> |
||
157 | <Offset> |
||
158 | <AbsDimension x="0" y="0" /> |
||
159 | </Offset> |
||
160 | </Anchor> |
||
161 | </Anchors> |
||
162 | <TitleRegion setAllPoints="true" /> |
||
163 | <Frames> |
||
164 | <StatusBar name="KMGDruidBar" movable="true" inherits="TextStatusBar"> |
||
165 | <Size> |
||
166 | <AbsDimension x="150" y="12" /> |
||
167 | </Size> |
||
168 | <Anchors> |
||
169 | <Anchor point="CENTER" relativeTo="$Parent" relativePoint="CENTER"> |
||
170 | <Offset> |
||
171 | <AbsDimension x="0" y="0" /> |
||
172 | </Offset> |
||
173 | </Anchor> |
||
174 | </Anchors> |
||
175 | <Layers> |
||
176 | <Layer level="BACKGROUND"> |
||
177 | <Texture name="$parent_ManaEndcapRight" file="Interface\AddOns\MiniGroup\Images\Endcap" hidden="false"> |
||
178 | <Size> |
||
179 | <AbsDimension x="1" y="6"/> |
||
180 | </Size> |
||
181 | <Anchors> |
||
182 | <Anchor point="TOPLEFT" relativeTo="$parent" relativepoint="TOPRIGHT"> |
||
183 | <Offset> |
||
184 | <AbsDimension x="0" y="0"/> |
||
185 | </Offset> |
||
186 | </Anchor> |
||
187 | </Anchors> |
||
188 | <TexCoords left="0" right="0.0625" top="0" bottom="0.875"/> |
||
189 | </Texture> |
||
190 | </Layer> |
||
191 | </Layers> |
||
192 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar" /> |
||
193 | <BarColor r="0" g="0" b="1" a="1" /> |
||
194 | <Frames> |
||
195 | |||
196 | <Frame name="KMGDruidBarBackground"> |
||
197 | <Scripts> |
||
198 | <OnLoad>DruidBarKMG:SetFrameLevel("1"); this:SetFrameLevel("1");</OnLoad> |
||
199 | </Scripts> |
||
200 | <Layers> |
||
201 | <Layer level="BACKGROUND"> |
||
202 | <Texture name="KMGDruidBarLowerBackground1"> |
||
203 | <Size> |
||
204 | <AbsDimension x="140" y="12" /> |
||
205 | </Size> |
||
206 | <Anchors> |
||
207 | <Anchor point="CENTER" relativeTo="$Parent" relativePoint="CENTER"> |
||
208 | <Offset> |
||
209 | <AbsDimension x="0" y="0" /> |
||
210 | </Offset> |
||
211 | </Anchor> |
||
212 | </Anchors> |
||
213 | <Color r="0" g="0" b="0" a="0.5" /> |
||
214 | </Texture> |
||
215 | </Layer> |
||
216 | </Layers> |
||
217 | </Frame> |
||
218 | </Frames> |
||
219 | </StatusBar> |
||
220 | </Frames> |
||
221 | </Frame> |
||
222 | </Ui> |