blob: aac33de0cb0c473d58bcf68186dc365353f2871f (
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
55
|
<?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="Enter 키 누른 후 채팅창 닫기" 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>
|