blob: ce176b1e3c5870d80ac4ed3e2a8c2494da699bfa (
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
|
<?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="使用編輯模式時自動調整攝影機位置功能"/>
<check_box initial_value="true" label="側邊欄" name="appearance_sidebar_positioning" tool_tip="使用開啟側邊欄時自動調整攝影機位置功能"/>
<check_box label="將我顯示於第一人稱視角中" name="first_person_avatar_visible"/>
<text name=" Mouse Sensitivity">
第一人稱視角滑鼠敏感度:
</text>
<check_box label="反轉" name="invert_mouse"/>
<check_box label="總是使用方向鍵移動" name="arrow_keys_move_avatar_check"/>
<check_box label="連點按住後跑步" name="tap_tap_hold_to_run"/>
<check_box label="雙擊以:" name="double_click_chkbox"/>
<radio_group name="double_click_action">
<radio_item label="瞬間傳送" name="radio_teleport"/>
<radio_item label="自動導航駕駛" name="radio_autopilot"/>
</radio_group>
<button label="其他設備" name="joystick_setup_button"/>
</panel>
|