-
Notifications
You must be signed in to change notification settings - Fork 0
/
Minimap.xml
34 lines (34 loc) · 877 Bytes
/
Minimap.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
<UI>
<Button name="CHARMinimapIconTemplate" virtual="true" enableMouse="true" movable="true" hidden="false">
<Size>
<AbsDimension x="44" y="44"/>
</Size>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="icon" file="Interface\Garrison\ClassHallFrame">
<Size>
<AbsDimension x="31" y="31"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="5" y="-4"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="OVERLAY">
<Texture file="Interface\Minimap\MiniMap-TrackingBorder">
<Size>
<AbsDimension x="66" y="66"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
</Button>
</UI>