blob: b535ef00740d45cf41df1535f73472a94407672b (
plain)
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Map" title="">
<floater.string name="ToolTipMsg">
[REGION](Double-click to open Map, shift-drag to pan)
</floater.string>
<floater.string name="AltToolTipMsg">
[REGION](Double-click to teleport, shift-drag to pan)
</floater.string>
<floater.string name="mini_map_caption">
MINIMAP
</floater.string>
<text label="N" name="floater_map_north">
N
</text>
<text label="E" name="floater_map_east">
E
</text>
<text label="W" name="floater_map_west">
W
</text>
<text label="S" name="floater_map_south">
S
</text>
<text label="SE" name="floater_map_southeast">
SE
</text>
<text label="NE" name="floater_map_northeast">
NE
</text>
<text label="SW" name="floater_map_southwest">
SW
</text>
<text label="NW" name="floater_map_northwest">
NW
</text>
</floater>
|