-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConfetti.xml
34 lines (33 loc) · 1.13 KB
/
Confetti.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
<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="ConfettiFrame" hidden="true" frameStrata="BACKGROUND">
<Size>
<RelDimension x="0.9" y="0.9"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="0" />
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<Texture file="Interface\AddOns\ConfettiSuite\Media\Confetti.tga" >
<Anchors>
<Anchor point="TOP" relativePoint="TOP"
relativeTo="UIParent"/>
</Anchors>
</Texture>
</Layer>
<Layer level="BORDER">
<FontString name="ConfettiText" outline="NORMAL" font="Fonts\FRIZQT__.TTF">
<Anchors>
<Anchor point="CENTER" relativePoint="CENTER" relativeTo="UIParent"/>
</Anchors>
<Color r="1" g="1" b="0" a="1"/>
<FontHeight val="38"/>
</FontString>
</Layer>
</Layers>
</Frame>
</Ui>