blob: bf19ba6674deefe5135e2c75b6727f66440acf0d (
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](Fai doppio clic per aprire la Mappa, premi il tasto Maiusc e trascina per la panoramica)
</floater.string>
<floater.string name="AltToolTipMsg">
[REGION](Fai doppio clic per teleportarti, premi il tasto Maiusc e trascina per la panoramica)
</floater.string>
<floater.string name="mini_map_caption">
MINI MAPPA
</floater.string>
<text label="N" name="floater_map_north" text="N">
N
</text>
<text label="E" name="floater_map_east" text="E">
E
</text>
<text label="O" name="floater_map_west" text="O">
O
</text>
<text label="S" name="floater_map_south" text="S">
S
</text>
<text label="SE" name="floater_map_southeast" text="SE">
SE
</text>
<text label="NE" name="floater_map_northeast" text="NE">
NE
</text>
<text label="SO" name="floater_map_southwest" text="SO">
SO
</text>
<text label="NO" name="floater_map_northwest" text="NO">
NO
</text>
</floater>
|