blob: 121bebfd52900be50d689c8839886d1de2b9713a (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="移動" name="move_panel">
<slider label="視界角" name="camera_fov"/>
<slider label="距離" name="camera_offset_scale"/>
<text name="heading2">
自動ポジション:
</text>
<check_box label="制作・編集" name="edit_camera_movement" tool_tip="編集モードのオン・オフの切り替えに、自動カメラポジションを使います"/>
<check_box label="容姿" name="appearance_camera_movement" tool_tip="編集モードに入ったときに、自動カメラポジションを使います"/>
<text name="keyboard_lbl">
キーボード:
</text>
<check_box label="常にキー操作で動くようにする" name="arrow_keys_move_avatar_check"/>
<check_box label="上矢印キー2度押し+長押しで走る" name="tap_tap_hold_to_run"/>
<text name="mouse_lbl">
マウス:
</text>
<check_box label="一人称視点で表示する" name="first_person_avatar_visible"/>
<text name=" Mouse Sensitivity">
一人称視点のマウスの感度:
</text>
<check_box label="切り替え" name="invert_mouse"/>
<text name="single_click_action_lbl">
土地をシングルクリック:
</text>
<combo_box name="single_click_action_combo">
<combo_box.item label="動作なし" name="0"/>
<combo_box.item label="クリックされた地点に移動" name="1"/>
</combo_box>
<text name="double_click_action_lbl">
土地をダブルクリック:
</text>
<combo_box name="double_click_action_combo">
<combo_box.item label="動作なし" name="0"/>
<combo_box.item label="クリックされた地点に移動" name="1"/>
<combo_box.item label="クリックされた地点にテレポート" name="2"/>
</combo_box>
<button label="その他のディバイス" name="joystick_setup_button"/>
</panel>
|