-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcastbar.xml
48 lines (48 loc) · 1.69 KB
/
castbar.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
44
45
46
47
48
<!-- CastBar for WoW Classic -->
<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">
<StatusBar name="KiwiPlatesCastingBarFrameTemplate" drawLayer="BORDER" hidden="true" virtual="true">
<KeyValues>
<KeyValue key="iconWhenNoninterruptible" value="true" type="boolean"/>
</KeyValues>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="background">
<Color r=".2" g=".2" b=".2" a=".85"/>
</Texture>
<Texture parentKey="Border">
<Color r="0" g="0" b="0" a="1"/>
<Anchors>
<Anchor point="TOPLEFT"><Offset><AbsDimension x="-1" y="1"/></Offset></Anchor>
<Anchor point="BOTTOMRIGHT"><Offset><AbsDimension x="1" y="-1"/></Offset></Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="OVERLAY">
<FontString parentKey="Text" inherits="SystemFont_Shadow_Small">
<Size x="0" y="16" />
<Anchors>
<Anchor point="CENTER" x="0" y="0"/>
</Anchors>
</FontString>
<Texture parentKey="BorderShield" atlas="nameplates-InterruptShield" hidden="true" ignoreParentAlpha="true">
<Size x="10" y="12" />
<Anchors>
<Anchor point="CENTER" x="-2" y="-1"/>
</Anchors>
</Texture>
<Texture parentKey="Icon" hidden="true" ignoreParentAlpha="true">
<Size x="16" y="16"/>
<Anchors>
<Anchor point="RIGHT" relativePoint="LEFT" x="-1" />
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnUpdate function="KiwiPlatesCastingBarFrame_OnUpdate" />
</Scripts>
<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
<BarColor r="1.0" g="0.7" b="0.0"/>
</StatusBar>
</Ui>