vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <UI xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
4  
5 <!-- Main Frame -->
6 <Frame name="DHUD" parent="UIParent" frameStrata="BACKGROUND">
7 <Size>
8 <AbsDimension x="512" y="256"/>
9 </Size>
10 <Anchors>
11 <Anchor point="CENTER">
12 <Offset><AbsDimension x="0" y="0"/></Offset>
13 </Anchor>
14 </Anchors>
15  
16 <Frames>
17  
18 <!-- Target Text -->
19 <Button name="DHUD_Target" inherits="DHUD_TextTemplate">
20 <Scripts>
21 <OnLoad>
22 this:RegisterForClicks('RightButtonUp');
23 </OnLoad>
24 <OnClick>
25 DHUD_Target_OnClick();
26 </OnClick>
27 </Scripts>
28 <Anchors>
29 <Anchor point="BOTTOM" relativeTo="DHUD"><Offset><AbsDimension x="0" y="-35"/></Offset></Anchor>
30 </Anchors>
31 </Button>
32  
33 <!-- Buffs -->
34 <Button name="$parentBuff1" inherits="DHUD_AuraTemplate" id="1" hidden="true">
35 <Anchors>
36 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
37 <Offset>
38 <AbsDimension x="0" y="0"/>
39 </Offset>
40 </Anchor>
41 </Anchors>
42 </Button>
43 <Button name="$parentBuff2" inherits="DHUD_AuraTemplate" id="2" hidden="true">
44 <Anchors>
45 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
46 <Offset>
47 <AbsDimension x="20" y="0"/>
48 </Offset>
49 </Anchor>
50 </Anchors>
51 </Button>
52 <Button name="$parentBuff3" inherits="DHUD_AuraTemplate" id="3" hidden="true">
53 <Anchors>
54 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
55 <Offset>
56 <AbsDimension x="40" y="0"/>
57 </Offset>
58 </Anchor>
59 </Anchors>
60 </Button>
61 <Button name="$parentBuff4" inherits="DHUD_AuraTemplate" id="4" hidden="true">
62 <Anchors>
63 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
64 <Offset>
65 <AbsDimension x="60" y="0"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 </Button>
70 <Button name="$parentBuff5" inherits="DHUD_AuraTemplate" id="5" hidden="true">
71 <Anchors>
72 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
73 <Offset>
74 <AbsDimension x="80" y="0"/>
75 </Offset>
76 </Anchor>
77 </Anchors>
78 </Button>
79 <Button name="$parentBuff6" inherits="DHUD_AuraTemplate" id="6" hidden="true">
80 <Anchors>
81 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
82 <Offset>
83 <AbsDimension x="100" y="0"/>
84 </Offset>
85 </Anchor>
86 </Anchors>
87 </Button>
88 <Button name="$parentBuff7" inherits="DHUD_AuraTemplate" id="7" hidden="true">
89 <Anchors>
90 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
91 <Offset>
92 <AbsDimension x="120" y="0"/>
93 </Offset>
94 </Anchor>
95 </Anchors>
96 </Button>
97 <Button name="$parentBuff8" inherits="DHUD_AuraTemplate" id="8" hidden="true">
98 <Anchors>
99 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
100 <Offset>
101 <AbsDimension x="140" y="0"/>
102 </Offset>
103 </Anchor>
104 </Anchors>
105 </Button>
106 <Button name="$parentBuff9" inherits="DHUD_AuraTemplate" id="9" hidden="true">
107 <Anchors>
108 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
109 <Offset>
110 <AbsDimension x="0" y="-20"/>
111 </Offset>
112 </Anchor>
113 </Anchors>
114 </Button>
115 <Button name="$parentBuff10" inherits="DHUD_AuraTemplate" id="10" hidden="true">
116 <Anchors>
117 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
118 <Offset>
119 <AbsDimension x="20" y="-20"/>
120 </Offset>
121 </Anchor>
122 </Anchors>
123 </Button>
124 <Button name="$parentBuff11" inherits="DHUD_AuraTemplate" id="11" hidden="true">
125 <Anchors>
126 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
127 <Offset>
128 <AbsDimension x="40" y="-20"/>
129 </Offset>
130 </Anchor>
131 </Anchors>
132 </Button>
133 <Button name="$parentBuff12" inherits="DHUD_AuraTemplate" id="12" hidden="true">
134 <Anchors>
135 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
136 <Offset>
137 <AbsDimension x="60" y="-20"/>
138 </Offset>
139 </Anchor>
140 </Anchors>
141 </Button>
142 <Button name="$parentBuff13" inherits="DHUD_AuraTemplate" id="13" hidden="true">
143 <Anchors>
144 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
145 <Offset>
146 <AbsDimension x="80" y="-20"/>
147 </Offset>
148 </Anchor>
149 </Anchors>
150 </Button>
151 <Button name="$parentBuff14" inherits="DHUD_AuraTemplate" id="14" hidden="true">
152 <Anchors>
153 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
154 <Offset>
155 <AbsDimension x="100" y="-20"/>
156 </Offset>
157 </Anchor>
158 </Anchors>
159 </Button>
160 <Button name="$parentBuff15" inherits="DHUD_AuraTemplate" id="15" hidden="true">
161 <Anchors>
162 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
163 <Offset>
164 <AbsDimension x="120" y="-20"/>
165 </Offset>
166 </Anchor>
167 </Anchors>
168 </Button>
169 <Button name="$parentBuff16" inherits="DHUD_AuraTemplate" id="16" hidden="true">
170 <Anchors>
171 <Anchor point="LEFT" relativeTo="DHUD_TargetName" relativePoint="RIGHT">
172 <Offset>
173 <AbsDimension x="140" y="-20"/>
174 </Offset>
175 </Anchor>
176 </Anchors>
177 </Button>
178  
179 <!-- debuffs -->
180 <Button name="$parentDeBuff1" inherits="DHUD_AuraTemplate" id="1" hidden="true">
181 <Anchors>
182 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
183 <Offset>
184 <AbsDimension x="0" y="0"/>
185 </Offset>
186 </Anchor>
187 </Anchors>
188 </Button>
189 <Button name="$parentDeBuff2" inherits="DHUD_AuraTemplate" id="2" hidden="true">
190 <Anchors>
191 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
192 <Offset>
193 <AbsDimension x="-20" y="0"/>
194 </Offset>
195 </Anchor>
196 </Anchors>
197 </Button>
198 <Button name="$parentDeBuff3" inherits="DHUD_AuraTemplate" id="3" hidden="true">
199 <Anchors>
200 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
201 <Offset>
202 <AbsDimension x="-40" y="0"/>
203 </Offset>
204 </Anchor>
205 </Anchors>
206 </Button>
207 <Button name="$parentDeBuff4" inherits="DHUD_AuraTemplate" id="4" hidden="true">
208 <Anchors>
209 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
210 <Offset>
211 <AbsDimension x="-60" y="0"/>
212 </Offset>
213 </Anchor>
214 </Anchors>
215 </Button>
216 <Button name="$parentDeBuff5" inherits="DHUD_AuraTemplate" id="5" hidden="true">
217 <Anchors>
218 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
219 <Offset>
220 <AbsDimension x="-80" y="0"/>
221 </Offset>
222 </Anchor>
223 </Anchors>
224 </Button>
225 <Button name="$parentDeBuff6" inherits="DHUD_AuraTemplate" id="6" hidden="true">
226 <Anchors>
227 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
228 <Offset>
229 <AbsDimension x="-100" y="0"/>
230 </Offset>
231 </Anchor>
232 </Anchors>
233 </Button>
234 <Button name="$parentDeBuff7" inherits="DHUD_AuraTemplate" id="7" hidden="true">
235 <Anchors>
236 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
237 <Offset>
238 <AbsDimension x="-120" y="0"/>
239 </Offset>
240 </Anchor>
241 </Anchors>
242 </Button>
243 <Button name="$parentDeBuff8" inherits="DHUD_AuraTemplate" id="8" hidden="true">
244 <Anchors>
245 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
246 <Offset>
247 <AbsDimension x="-140" y="0"/>
248 </Offset>
249 </Anchor>
250 </Anchors>
251 </Button>
252 <Button name="$parentDeBuff9" inherits="DHUD_AuraTemplate" id="9" hidden="true">
253 <Anchors>
254 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
255 <Offset>
256 <AbsDimension x="0" y="-20"/>
257 </Offset>
258 </Anchor>
259 </Anchors>
260 </Button>
261 <Button name="$parentDeBuff10" inherits="DHUD_AuraTemplate" id="10" hidden="true">
262 <Anchors>
263 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
264 <Offset>
265 <AbsDimension x="-20" y="-20"/>
266 </Offset>
267 </Anchor>
268 </Anchors>
269 </Button>
270 <Button name="$parentDeBuff11" inherits="DHUD_AuraTemplate" id="11" hidden="true">
271 <Anchors>
272 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
273 <Offset>
274 <AbsDimension x="-40" y="-20"/>
275 </Offset>
276 </Anchor>
277 </Anchors>
278 </Button>
279 <Button name="$parentDeBuff12" inherits="DHUD_AuraTemplate" id="12" hidden="true">
280 <Anchors>
281 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
282 <Offset>
283 <AbsDimension x="-60" y="-20"/>
284 </Offset>
285 </Anchor>
286 </Anchors>
287 </Button>
288 <Button name="$parentDeBuff13" inherits="DHUD_AuraTemplate" id="13" hidden="true">
289 <Anchors>
290 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
291 <Offset>
292 <AbsDimension x="-80" y="-20"/>
293 </Offset>
294 </Anchor>
295 </Anchors>
296 </Button>
297 <Button name="$parentDeBuff14" inherits="DHUD_AuraTemplate" id="14" hidden="true">
298 <Anchors>
299 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
300 <Offset>
301 <AbsDimension x="-100" y="-20"/>
302 </Offset>
303 </Anchor>
304 </Anchors>
305 </Button>
306 <Button name="$parentDeBuff15" inherits="DHUD_AuraTemplate" id="15" hidden="true">
307 <Anchors>
308 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
309 <Offset>
310 <AbsDimension x="-120" y="-20"/>
311 </Offset>
312 </Anchor>
313 </Anchors>
314 </Button>
315 <Button name="$parentDeBuff16" inherits="DHUD_AuraTemplate" id="16" hidden="true">
316 <Anchors>
317 <Anchor point="RIGHT" relativeTo="DHUD_TargetName" relativePoint="LEFT">
318 <Offset>
319 <AbsDimension x="-140" y="-20"/>
320 </Offset>
321 </Anchor>
322 </Anchors>
323 </Button>
324  
325 <!-- LEFT SIDE -->
326 <Frame name="DHUD_LeftFrame">
327 <Size>
328 <AbsDimension x="128" y="256"/>
329 </Size>
330 <Anchors>
331 <Anchor point="TOP" relativePoint="TOP" relativeTo="DHUD">
332 <Offset>
333 <AbsDimension x="-170" y="0"/>
334 </Offset>
335 </Anchor>
336 </Anchors>
337  
338 <frames>
339 <!-- TargetHealth Text -->
340 <Button name="DHUD_TargetHealth" inherits="DHUD_SmallTextTemplate">
341 <Anchors>
342 <Anchor point="BOTTOM" relativeTo="DHUD_LeftFrame"><Offset><AbsDimension x="80" y="-12"/></Offset></Anchor>
343 </Anchors>
344 </Button>
345 <!-- PlayerHealth Text -->
346 <Button name="DHUD_PlayerHealth" inherits="DHUD_SmallTextTemplate">
347 <Anchors>
348 <Anchor point="BOTTOM" relativeTo="DHUD_LeftFrame"><Offset><AbsDimension x="95" y="2"/></Offset></Anchor>
349 </Anchors>
350 </Button>
351 <!-- PetHealth Text -->
352 <Button name="DHUD_PetHealth" inherits="DHUD_SmallTextTemplate">
353 <Anchors>
354 <Anchor point="BOTTOM" relativeTo="DHUD_LeftFrame"><Offset><AbsDimension x="110" y="16"/></Offset></Anchor>
355 </Anchors>
356 </Button>
357 </frames>
358  
359 <Layers>
360 <!-- Left ART -->
361 <Layer level="BACKGROUND">
362 <Texture name="DHUD_LeftFrameTexture" file="Interface\AddOns\DHUD\textures\standard\bg_left_Player">
363 <Size>
364 <AbsDimension x="128" y="256"/>
365 </Size>
366 <Anchors>
367 <Anchor point="BOTTOM"/>
368 </Anchors>
369 <TexCoords left="0" right="1" top="0" bottom="1"/>
370 </Texture>
371 </Layer>
372  
373 <!-- Target Combo 1-->
374 <Layer level="LOW">
375 <Texture name="DHUD_TargetCombo1Texture" file="Interface\AddOns\DHUD\textures\standard\combo1_on">
376 <Size>
377 <AbsDimension x="20" y="20"/>
378 </Size>
379 <Anchors>
380 <Anchor point="BOTTOM">
381 <Offset><AbsDimension x="20" y="0"/></Offset>
382 </Anchor>
383 </Anchors>
384 <TexCoords left="0" right="1" top="0" bottom="1"/>
385 </Texture>
386 </Layer>
387  
388 <!-- Target Combo 2 -->
389 <Layer level="LOW">
390 <Texture name="DHUD_TargetCombo2Texture" file="Interface\AddOns\DHUD\textures\standard\combo2_on">
391 <Size>
392 <AbsDimension x="20" y="20"/>
393 </Size>
394 <Anchors>
395 <Anchor point="BOTTOM">
396 <Offset><AbsDimension x="13" y="20"/></Offset>
397 </Anchor>
398 </Anchors>
399 <TexCoords left="0" right="1" top="0" bottom="1"/>
400 </Texture>
401 </Layer>
402  
403 <!-- Target Combo 3 -->
404 <Layer level="LOW">
405 <Texture name="DHUD_TargetCombo3Texture" file="Interface\AddOns\DHUD\textures\standard\combo3_on">
406 <Size>
407 <AbsDimension x="20" y="20"/>
408 </Size>
409 <Anchors>
410 <Anchor point="BOTTOM">
411 <Offset><AbsDimension x="7" y="40"/></Offset>
412 </Anchor>
413 </Anchors>
414 <TexCoords left="0" right="1" top="0" bottom="1"/>
415 </Texture>
416 </Layer>
417  
418 <!-- Target Combo 4 -->
419 <Layer level="LOW">
420 <Texture name="DHUD_TargetCombo4Texture" file="Interface\AddOns\DHUD\textures\standard\combo4_on">
421 <Size>
422 <AbsDimension x="20" y="20"/>
423 </Size>
424 <Anchors>
425 <Anchor point="BOTTOM">
426 <Offset><AbsDimension x="4" y="60"/></Offset>
427 </Anchor>
428 </Anchors>
429 <TexCoords left="0" right="1" top="0" bottom="1"/>
430 </Texture>
431 </Layer>
432  
433 <!-- Target Combo 5 -->
434 <Layer level="LOW">
435 <Texture name="DHUD_TargetCombo5Texture" file="Interface\AddOns\DHUD\textures\standard\combo5_on">
436 <Size>
437 <AbsDimension x="20" y="20"/>
438 </Size>
439 <Anchors>
440 <Anchor point="BOTTOM">
441 <Offset><AbsDimension x="2" y="80"/></Offset>
442 </Anchor>
443 </Anchors>
444 <TexCoords left="0" right="1" top="0" bottom="1"/>
445 </Texture>
446 </Layer>
447  
448 <!-- Target HP -->
449 <Layer level="ARTWORK">
450 <Texture name="TargetHPBarTexture" file="Interface\AddOns\DHUD\textures\standard\TargetHealth">
451 <Size>
452 <AbsDimension x="128" y="256"/>
453 </Size>
454 <Anchors>
455 <Anchor point="BOTTOM">
456 <Offset><AbsDimension x="0" y="0"/></Offset>
457 </Anchor>
458 </Anchors>
459 <TexCoords left="0" right="1" top="0" bottom="1"/>
460 </Texture>
461 </Layer>
462  
463  
464  
465 <!-- Player HP-->
466 <Layer level="ARTWORK">
467 <Texture name="PlayerHPBarTexture" file="Interface\AddOns\DHUD\textures\standard\PlayerHealth">
468 <Size>
469 <AbsDimension x="128" y="256"/>
470 </Size>
471 <Anchors>
472 <Anchor point="BOTTOM">
473 <Offset><AbsDimension x="0" y="0"/></Offset>
474 </Anchor>
475 </Anchors>
476 <TexCoords left="0" right="1" top="0" bottom="1"/>
477 </Texture>
478 </Layer>
479  
480 <!-- Pet HP-->
481 <Layer level="ARTWORK">
482 <Texture name="PetHPBarTexture" file="Interface\AddOns\DHUD\textures\standard\PetHealth">
483 <Size>
484 <AbsDimension x="128" y="256"/>
485 </Size>
486 <Anchors>
487 <Anchor point="BOTTOM">
488 <Offset><AbsDimension x="0" y="0"/></Offset>
489 </Anchor>
490 </Anchors>
491 <TexCoords left="0" right="1" top="0" bottom="1"/>
492 </Texture>
493 </Layer>
494  
495 </Layers>
496 </Frame>
497  
498  
499 <!-- RIGHT SIDE -->
500 <Frame name="DHUD_RightFrame">
501 <Size>
502 <AbsDimension x="128" y="256"/>
503 </Size>
504 <Anchors>
505 <Anchor point="TOP" relativePoint="TOP" relativeTo="DHUD">
506 <Offset>
507 <AbsDimension x="170" y="0"/>
508 </Offset>
509 </Anchor>
510 </Anchors>
511  
512 <frames>
513 <!-- TargetMana Text -->
514 <Button name="DHUD_TargetMana" inherits="DHUD_SmallTextTemplate">
515 <Anchors>
516 <Anchor point="BOTTOM" relativeTo="DHUD_RightFrame"><Offset><AbsDimension x="-80" y="-12"/></Offset></Anchor>
517 </Anchors>
518 </Button>
519 <!-- PlayerMana Text -->
520 <Button name="DHUD_PlayerMana" inherits="DHUD_SmallTextTemplate">
521 <Anchors>
522 <Anchor point="BOTTOM" relativeTo="DHUD_RightFrame"><Offset><AbsDimension x="-95" y="2"/></Offset></Anchor>
523 </Anchors>
524 </Button>
525 <!-- PetMana Text -->
526 <Button name="DHUD_PetMana" inherits="DHUD_SmallTextTemplate">
527 <Anchors>
528 <Anchor point="BOTTOM" relativeTo="DHUD_RightFrame"><Offset><AbsDimension x="-110" y="16"/></Offset></Anchor>
529 </Anchors>
530 </Button>
531 <!-- Castbar Time -->
532 <Button name="DHUD_Casttime" inherits="DHUD_CastTextTemplate">
533 <Anchors>
534 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="DHUD_RightFrame"><Offset><AbsDimension x="-38" y="0"/></Offset></Anchor>
535 </Anchors>
536 </Button>
537 <!-- Castbar Delay -->
538 <Button name="DHUD_Castdelay" inherits="DHUD_CastTextTemplate">
539 <Anchors>
540 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="DHUD_RightFrame"><Offset><AbsDimension x="-38" y="14"/></Offset></Anchor>
541 </Anchors>
542 </Button>
543 </frames>
544  
545 <Layers>
546  
547 <!-- CASTBAR -->
548 <Layer level="OVERLAY">
549 <Texture name="DHUD_CastingBarTexture" file="Interface\AddOns\DHUD\textures\standard\CastingBar" hidden="true">
550 <Size>
551 <AbsDimension x="128" y="256"/>
552 </Size>
553 <Anchors>
554 <Anchor point="BOTTOM">
555 <Offset><AbsDimension x="0" y="0"/></Offset>
556 </Anchor>
557 </Anchors>
558 <TexCoords left="0" right="1" top="0" bottom="1"/>
559 </Texture>
560 </Layer>
561  
562 <!-- CASTBARHIGH -->
563 <Layer level="OVERLAY">
564 <Texture name="DHUD_CastingBarTextureHigh" file="Interface\AddOns\DHUD\textures\standard\CastingBarHigh" hidden="true" alphaMode="ADD">
565 <Size>
566 <AbsDimension x="128" y="256"/>
567 </Size>
568 <Anchors>
569 <Anchor point="BOTTOM">
570 <Offset><AbsDimension x="0" y="0"/></Offset>
571 </Anchor>
572 </Anchors>
573 <TexCoords left="0" right="1" top="0" bottom="1"/>
574 </Texture>
575 </Layer>
576  
577 <!-- Right ART -->
578 <Layer level="BACKGROUND">
579 <Texture name="DHUD_RightFrameTexture" file="Interface\AddOns\DHUD\textures\standard\bg_right_Player">
580 <Size>
581 <AbsDimension x="128" y="256"/>
582 </Size>
583 <Anchors>
584 <Anchor point="BOTTOM"/>
585 </Anchors>
586 <TexCoords left="0" right="1" top="0" bottom="1"/>
587 </Texture>
588 </Layer>
589  
590 <!-- Target Mana -->
591 <Layer level="ARTWORK">
592 <Texture name="TargetManaBarTexture" file="Interface\AddOns\DHUD\textures\standard\TargetMana">
593 <Size>
594 <AbsDimension x="128" y="256"/>
595 </Size>
596 <Anchors>
597 <Anchor point="BOTTOM">
598 <Offset><AbsDimension x="0" y="0"/></Offset>
599 </Anchor>
600 </Anchors>
601 <TexCoords left="0" right="1" top="0" bottom="1"/>
602 </Texture>
603 </Layer>
604  
605 <!-- Player Mana -->
606 <Layer level="ARTWORK">
607 <Texture name="PlayerManaBarTexture" file="Interface\AddOns\DHUD\textures\standard\PlayerMana">
608 <Size>
609 <AbsDimension x="128" y="256"/>
610 </Size>
611 <Anchors>
612 <Anchor point="BOTTOM">
613 <Offset><AbsDimension x="0" y="0"/></Offset>
614 </Anchor>
615 </Anchors>
616 <TexCoords left="0" right="1" top="0" bottom="1"/>
617 </Texture>
618 </Layer>
619  
620 <!-- Pet Mana-->
621 <Layer level="ARTWORK">
622 <Texture name="PetManaBarTexture" file="Interface\AddOns\DHUD\textures\standard\PetMana">
623 <Size>
624 <AbsDimension x="128" y="256"/>
625 </Size>
626 <Anchors>
627 <Anchor point="BOTTOM">
628 <Offset><AbsDimension x="0" y="0"/></Offset>
629 </Anchor>
630 </Anchors>
631 <TexCoords left="0" right="1" top="0" bottom="1"/>
632 </Texture>
633 </Layer>
634  
635 </Layers>
636  
637  
638 </Frame>
639 </Frames>
640 </Frame>
641  
642 </UI>