-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCombatOut.xml
More file actions
69 lines (65 loc) · 1.57 KB
/
Copy pathCombatOut.xml
File metadata and controls
69 lines (65 loc) · 1.57 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<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/">
<Script file="CombatOut.lua"/>
<Frame name="CombatOut_Frame" parent="UIParent" hidden="true">
<Scripts>
<OnLoad>
CombatOut_OnLoad();
</OnLoad>
<OnEvent>
CombatOut_OnEvent();
</OnEvent>
<OnUpdate>
CombatOut_OnUpdate(arg1);
</OnUpdate>
</Scripts>
<Size>
<AbsDimension x="200" y="13" />
</Size>
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background">
</Backdrop>
<Layers>
<Layer level="BORDER">
<Texture name="CombatOut_FrameShadowTime">
<Color r="1" g="1" b="0" a="1" />
<Size>
<AbsDimension x="200" y="13" />
</Size>
<Anchors>
<Anchor point="CENTER">
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture name="CombatOut_FrameTime">
<Color r="0.5" g="0.7" b="0" a="1" />
<Size>
<AbsDimension x="200" y="13" />
</Size>
<Anchors>
<Anchor point="CENTER">
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="OVERLAY">
<FontString name="CombatOut_FrameText" font="Fonts\FRIZQT__.TTF" text="">
<Color r="1" g="1" b="1" a="1" />
<Shadow>
<Offset x="1" y="1" />
<Color r="0" g="0" b="0" />
</Shadow>
<FontHeight val="14"/>
<Size>
<AbsDimension x="200" y="13" />
</Size>
<Anchors>
<Anchor point="CENTER">
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
</Ui>