28 lines
522 B
XML
28 lines
522 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<panel label="迷你地图" name="mini_mapview">
|
|
<text name="n_label" width="20">
|
|
北
|
|
</text>
|
|
<text name="e_label" width="20">
|
|
东
|
|
</text>
|
|
<text name="s_label" width="20">
|
|
南
|
|
</text>
|
|
<text name="w_label" width="20">
|
|
西
|
|
</text>
|
|
<text name="ne_label" width="40">
|
|
东北
|
|
</text>
|
|
<text name="se_label" width="40">
|
|
东南
|
|
</text>
|
|
<text name="sw_label" width="40">
|
|
西南
|
|
</text>
|
|
<text name="nw_label" width="40">
|
|
西北
|
|
</text>
|
|
</panel>
|