This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSD.xml
55 lines (51 loc) · 1.79 KB
/
OSD.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
50
51
52
53
54
55
<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="State_Display" frameStrata="BACKGROUND" parent="UIParent"
inherits="SecureHandlerStateTemplate">
<Size x="100" y="200" />
<Anchors>
<Anchor point="BOTTOMLEFT" relativePoint="CENTER" relativeTo="UIParent">
<Offset x="150" y="200" />
</Anchor>
</Anchors>
<Layers>
<Layer level="OVERLAY">
<FontString name="$parent_MouseStateText" text="m:none"
outline="THICK" inherits="GameFontNormal" parentKey="mStateText">
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="0" y="0" />
</Anchor>
</Anchors>
</FontString>
<FontString name="$parent_FocusStateText" text="f:none"
outline="THICK" inherits="GameFontNormal" parentKey="fStateText">
<Anchors>
<Anchor relativeTo="$parent_MouseStateText" relativePoint="BOTTOMLEFT"
point="TOPLEFT">
<Offset x="0" y="0" />
</Anchor>
</Anchors>
</FontString>
<FontString name="$parent_TargetStateText" text="t:none"
outline="THICK" inherits="GameFontNormal" parentKey="tStateText">
<Anchors>
<Anchor relativeTo="$parent_FocusStateText" relativePoint="BOTTOMLEFT"
point="TOPLEFT">
<Offset x="0" y="0" />
</Anchor>
</Anchors>
</FontString>
<FontString name="$parent_TargetStateText" text="tt:none"
outline="THICK" inherits="GameFontNormal" parentKey="ttStateText">
<Anchors>
<Anchor relativeTo="$parent_TargetStateText" relativePoint="BOTTOMLEFT"
point="TOPLEFT">
<Offset x="0" y="0" />
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
</Ui>