-
Notifications
You must be signed in to change notification settings - Fork 1
/
auras.xml
43 lines (41 loc) · 1.3 KB
/
auras.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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!-- Aura buttons for WowClassic -->
<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">
<Frame name="KiwiPlateBuffButtonTemplate" virtual="true" enableMouse="true" hidden="true">
<Size x="20" y="14"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Border" setAllPoints="true">
<Color r="0" g="0" b="0"/>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture parentKey="Icon">
<Size x="18" y="12"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<TexCoords left="0.05" right="0.95" top="0.1" bottom="0.6"/>
</Texture>
</Layer>
</Layers>
<Frames>
<Cooldown parentKey="Cooldown" inherits="CooldownFrameTemplate" hideCountdownNumbers="true" reverse="true" drawEdge="true" hidden="true">
<Anchors>
<Anchor point="CENTER" x="0" y="-1"/>
</Anchors>
</Cooldown>
<Frame parentKey="CountFrame" setAllPoints="true">
<Layers>
<Layer level="ARTWORK">
<FontString parentKey="Count" inherits="NumberFontNormalSmall" justifyH="RIGHT">
<Anchors>
<Anchor point="BOTTOMRIGHT" x="3" y="-2"/>
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
</Frames>
</Frame>
</Ui>