blob: 7fd07cdee91a842f48b3d45f2af6b1d03ebd3e02 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="chat" title="谈话">
<text>
聊天字体大小:
</text>
<radio_group name="chat font size">
<radio_item>
小型的
</radio_item>
<radio_item>
中型的
</radio_item>
<radio_item>
大型的
</radio_item>
</radio_group>
<text>
聊天颜色:
</text>
<color_swatch label="系统" name="system" />
<color_swatch label="用户" name="users" />
<color_swatch label="东东" name="objects" />
<color_swatch label="泡沫" name="background" />
<text>
聊天控制台:
</text>
<spinner label="聊天结束后淡出" name="fade_chat_time" />
<text>
(秒)
</text>
<spinner label="" name="max_chat_count" />
<text>
(#行)
</text>
<slider label="不透明" name="console_opacity" />
<text>
聊天选项:
</text>
<check_box label="用全屏宽度聊天 (需重启)" name="chat_full_width_check" />
<check_box label="点击返回后关闭聊天窗口" name="close_chat_on_return_check" />
<check_box label=";聊天时可用箭头键移动你的化身"
name="arrow_keys_move_avatar_check" />
<check_box label="在聊天时显示时间" name="show_timestamps_check" />
<text>
泡泡聊:
</text>
<check_box label="显示聊天窗口" name="bubble_text_chat" />
<slider label="不透明" name="bubble_chat_opacity" />
<text>
脚本出错:
</text>
<check_box label="以聊天形式显示脚本错误和警告" name="script_errors_as_chat" />
<color_swatch label="颜色" name="script_error" />
</panel>
|