-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDRTracker.xml
30 lines (29 loc) · 876 Bytes
/
DRTracker.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<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">
<Script File="DRTracker.lua" />
<Frame name="ArenaLive_DrTrackerIconTemplate" virtual="true">
<Layers>
<Layer level="BACKGROUND">
<Texture name="$parentTexture" file="Interface\Icons\INV_Misc_QuestionMark" />
</Layer>
</Layers>
<Frames>
<Frame setAllPoints="true">
<Frames>
<Frame setAllPoints="true">
<Layers>
<Layer level="OVERLAY">
<Texture name="$parentCount">
<Anchors>
<Anchor point="TOPRIGHT" />
</Anchors>
</Texture>
</Layer>
</Layers>
</Frame>
</Frames>
</Frame>
<Cooldown name="$parentCooldown" inherits="ArenaLive_CooldownTemplate" reverse="true" />
</Frames>
</Frame>
</Ui>