blob: d7d1d338308e784c051fb785c97177082012652a (
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="Input & Camera" name="Input panel">
<text type="string" length="1" name=" Mouselook Options:">
第一人称视角选项设置:
</text>
<text type="string" length="1" name=" Mouse Sensitivity:">
鼠标灵敏度:
</text>
<text type="string" length="1" name=" Auto Fly Options:">
自动飞翔选项:
</text>
<text type="string" length="1" name=" Camera Options:">
摄像头选项:
</text>
<text type="string" length="1" name="Camera Springiness:">
摄像头弹性:
</text>
<check_box label="转化鼠标操作模式" name="invert mouse" />
<check_box label="起飞/着陆通过键盘up/down控制" name="automatic fly" />
<check_box label="自动编辑摄像头移动情况" name="edit camera movement"
tool_tip="当进入和离开编辑模式时,选用摄像头自动定位" />
<check_box label="摄像头移动时自动成像" name="appearance camera movement"
tool_tip="在编辑模式下,选用摄像头自动定位" />
</panel>
|