-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOmegaMapAltMap.xml
More file actions
70 lines (68 loc) · 2.43 KB
/
OmegaMapAltMap.xml
File metadata and controls
70 lines (68 loc) · 2.43 KB
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
<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="OmegaMapAltFrame" inherits="OmegaMapFrameTemplate" parent="UIParent" enableMouse="false" enableKeyboard="true" clampedToScreen="true" movable="true">
<Frames>
<Frame parentKey="BlackoutFrame" frameStrata="LOW" enableMouse="true" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="UIParent"/>
<Anchor point="BOTTOMRIGHT" relativeTo="UIParent"/>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Blackout" setAllPoints="true">
<Color r="0" g="0" b="0" a="1"/>
</Texture>
</Layer>
</Layers>
</Frame>
<Frame parentKey="BorderFrame" inherits="PortraitFrameTemplate" frameStrata="HIGH" setAllPoints="true" hidden="true">
<Layers>
<Layer level="ARTWORK" textureSubLevel="5">
<Texture parentKey="Underlay" hidden="true">
<Color r="0" g="0" b="0" a=".5"/>
</Texture>
</Layer>
<Layer level="OVERLAY" textureSubLevel="1">
<Texture parentKey="ButtonFrameEdge" atlas="UI-OuterBorderButtonPatch" useAtlasSize="true">
<Anchors>
<Anchor point="TOPRIGHT" x="-36" y="0"/>
</Anchors>
</Texture>
</Layer>
<Layer level="BACKGROUND" textureSubLevel="-5">
<Texture inherits="_UI-Frame-InnerTopTile" parentKey="InsetBorderTop">
<Size x="0" y="3"/>
<Anchors>
<Anchor point="TOPLEFT" x="2" y="-63"/>
<Anchor point="TOPRIGHT" x="-2" y="-63"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Frames>
<Button parentKey="Tutorial" inherits="MainHelpPlateButton" mixin="OmegaMapTutorialMixin">
<Anchors>
<Anchor point="TOPLEFT" x="43" y="19"/>
</Anchors>
<Scripts>
<OnLoad method="OnLoad"/>
<OnHide method="OnHide"/>
<OnClick method="ToggleHelpInfo"/>
</Scripts>
</Button>
<Frame parentKey="MaximizeMinimizeFrame" inherits="MaximizeMinimizeButtonFrameTemplate" hidden="true">
<Anchors>
<Anchor point="RIGHT" relativeKey="$parent.CloseButton" relativePoint="LEFT" x="10" y="0"/>
</Anchors>
</Frame>
</Frames>
<Scripts>
<OnLoad>
self.onCloseCallback = function() HideParentPanel(self) end;
</OnLoad>
<OnMouseWheel function="nop" />
</Scripts>
</Frame>
</Frames>
</Frame>
</Ui>