blob: 18e71471361ba00886f093af7417af999ddf698e (
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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
positioning="cascading"
can_minimize="true"
can_resize="true"
chrome="true"
height="200"
layout="topleft"
min_height="128"
min_width="128"
name="Map"
title="MINI-MAP"
help_topic="map"
save_rect="true"
save_visibility="true"
width="200">
<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">
Mini-map
</floater.string>
<net_map
follows="top|left|bottom|right"
layout="topleft"
left="0"
mouse_opaque="false"
name="Net Map"
width="200"
height="200"
top="0"/>
<text
type="string"
length="1"
label="N"
layout="topleft"
name="floater_map_north"
text_color="1 1 1 0.7">
N
</text>
<text
type="string"
length="1"
label="E"
layout="topleft"
name="floater_map_east"
text_color="1 1 1 0.7">
E
</text>
<text
type="string"
length="1"
label="W"
layout="topleft"
name="floater_map_west"
text_color="1 1 1 0.7">
W
</text>
<text
type="string"
length="1"
label="S"
layout="topleft"
name="floater_map_south"
text_color="1 1 1 0.7">
S
</text>
<text
type="string"
length="1"
label="SE"
layout="topleft"
name="floater_map_southeast"
text_color="1 1 1 0.7">
SE
</text>
<text
type="string"
length="1"
label="NE"
layout="topleft"
name="floater_map_northeast"
text_color="1 1 1 0.7">
NE
</text>
<text
type="string"
length="1"
label="SW"
layout="topleft"
name="floater_map_southwest"
text_color="1 1 1 0.7">
SW
</text>
<text
type="string"
length="1"
label="NW"
layout="topleft"
name="floater_map_northwest"
text_color="1 1 1 0.7">
NW
</text>
</floater>
|