blob: 11222034465da586228bc8ada3aebe565804913c (
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](ダブルクリックで地図を開く。Shift‐ドラッグで水平・垂直移動)
</floater.string>
<floater.string name="AltToolTipMsg">
[地域](ダブルクリックでテレポート。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>
|