-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEgnar.xml
36 lines (36 loc) · 1.09 KB
/
Egnar.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
<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.blizzard.com/wow/ui/">
<Script file="Egnar.lua" />
<Frame name="Egnar_Frame" parent="UIParent" toplevel="true" movable="true" enableMouse="true">
<Size>
<AbsDimension x="135" y="35" />
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="UIParent" />
</Anchors>
<Scripts>
<OnLoad>
Egnar_OnLoad();
</OnLoad>
</Scripts>
<Layers>
<Layer>
<FontString name="FontString1" inherits="GameFontNormalSmall" text="Something is Wrong" justifyV="TOP" justifyH="CENTER">
<Anchors>
<Anchor point="CENTER" />
</Anchors>
</FontString>
</Layer>
</Layers>
<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
<BackgroundInsets>
<AbsInset left="4" right="4" top="4" bottom="4" />
</BackgroundInsets>
<EdgeSize>
<AbsValue val="16" />
</EdgeSize>
<TileSize>
<AbsValue val="8" />
</TileSize>
</Backdrop>
</Frame>
</Ui>