-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLazyPig.xml
49 lines (49 loc) · 1.28 KB
/
LazyPig.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
49
<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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
<Script file="LazyPig.lua"/>
<Script file="LazyPigMenu.lua"/>
<Script file="LazyPigKeybindsFrame.lua"/>
<Frame name="LazyPig">
<Scripts>
<OnLoad>
LazyPig_OnLoad();
</OnLoad>
<OnEvent>
LazyPig_OnEvent(event);
</OnEvent>
<OnUpdate>
LazyPig_OnUpdate();
</OnUpdate>
</Scripts>
<Anchors>
<Anchor point="TOP" relativeTo="PVPArenaTextString" relativePoint="BOTTOM" />
</Anchors>
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Layers>
<Layer level="ARTWORK">
<FontString name="LazyPigText" font="Fonts\FRIZQT__.TTF" outline="THICK" hidden="true">
<Size>
<AbsDimension x="512" y="0"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset><AbsDimension x="-50" y="90"/></Offset>
</Anchor>
</Anchors>
<FontHeight>
<AbsValue val="18"/>
</FontHeight>
</FontString>
</Layer>
</Layers>
</Frame>
<GameTooltip name="LazyPig_Buff_Tooltip" hidden="true" inherits="GameTooltipTemplate">
<Scripts>
<OnLoad>
this:SetOwner(this, "ANCHOR_NONE");
</OnLoad>
</Scripts>
</GameTooltip>
</Ui>