-
Notifications
You must be signed in to change notification settings - Fork 0
/
MobResistMenu.xml
90 lines (88 loc) · 2.72 KB
/
MobResistMenu.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<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="MobResistDisplay" toplevel="true" movable="true" parent="UIParent" enableMouse="true" hidden="true">
<TitleRegion setAllPoints="true"/>
<Size>
<AbsDimension x="40" y="80" />
</Size>
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<Layers>
<Layer>
<FontString name="MobResistFrameTitleText" inherits="GameFontNormal" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="0" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="TargetArmorText" inherits="GameFontNormalSmall" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="-10" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="TargetHolyText" inherits="GameFontNormalSmall" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="-20" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="TargetFireText" inherits="GameFontNormalSmall" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="-30" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="TargetNatureText" inherits="GameFontNormalSmall" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="-40" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="TargetFrostText" inherits="GameFontNormalSmall" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="-50" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="TargetShadowText" inherits="GameFontNormalSmall" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="-60" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="TargetArcaneText" inherits="GameFontNormalSmall" text="">
<Anchors>
<Anchor point="TOP" relativeTo="MobResistDisplay">
<Offset>
<AbsDimension x="0" y="-70" />
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
</Ui>