blob: 3466cf64805f2ec934c9d9288a9e817bc5f2eaff (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_pick_info">
<panel.string name="location_notice">(掲載後更新)</panel.string>
<line_editor name="pick_location">(読み込んでいます…)</line_editor>
<button label="テレポート" name="teleport_btn" />
<button label="マップに表示" name="show_on_map_btn" />
<button label="場所を設定" name="set_to_curr_location_btn" tool_tip="現在地に設定" />
<button label="ピックを保存" name="save_changes_btn" />
</panel>
|