blob: 82b49df2212ec5a480c2e4f08aeac8023ecf2b7b (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Map" title="">
<floater.string name="mini_map_north">
北
</floater.string>
<floater.string name="mini_map_east">
東
</floater.string>
<floater.string name="mini_map_west">
西
</floater.string>
<floater.string name="mini_map_south">
南
</floater.string>
<floater.string name="mini_map_southeast">
南東
</floater.string>
<floater.string name="mini_map_northeast">
北東
</floater.string>
<floater.string name="mini_map_southwest">
南西
</floater.string>
<floater.string name="mini_map_northwest">
北西
</floater.string>
<floater.string name="ToolTipMsg">
[REGION](ダブルクリックで地図を開く。Shift‐ドラッグで水平・垂直移動)
</floater.string>
<floater.string name="mini_map_caption">
ミニマップ
</floater.string>
<text label="北" name="floater_map_north" text="北">
北
</text>
<text label="東" name="floater_map_east" text="東">
東
</text>
<text label="西" name="floater_map_west" text="西">
西
</text>
<text label="南" name="floater_map_south" text="南">
南
</text>
<text label="南東" name="floater_map_southeast" text="南東">
南東
</text>
<text label="北東" name="floater_map_northeast" text="北東">
北東
</text>
<text label="南西" name="floater_map_southwest" text="南西">
南西
</text>
<text label="北西" name="floater_map_northwest" text="北西">
北西
</text>
</floater>
|