blob: b32e1fb3e15560a5113bffd2689e3056548cee47 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Chat" name="chat">
<text length="1" name="text_box" type="string">
Tamanho da Fonte
do Chat:
</text>
<radio_group name="chat_font_size">
<radio_item name="radio" label="Pequeno" />
<radio_item name="radio2" label="Médio" />
<radio_item name="radio3" label="Grande" />
</radio_group>
<text length="1" name="text_box2" type="string">
Cor do Chat:
</text>
<color_swatch label="Você" name="user"/>
<color_swatch label="Outros" name="agent"/>
<color_swatch label="MI" name="im"/>
<color_swatch label="Sistema" name="system"/>
<color_swatch label="Erros" name="script_error"/>
<color_swatch label="Objetos" name="objects"/>
<color_swatch label="Dono" name="owner"/>
<color_swatch label="Bolha" name="background"/>
<color_swatch label="URLs" name="links"/>
<text length="1" name="text_box8" type="string">
Erros de Script:
</text>
<check_box label="Mostrar Erros de Script e avisos como chat comum" name="script_errors_as_chat"/>
<text length="1" name="text_box3" type="string">
Console do Chat:
</text>
<spinner label="Ocultar Chat depois" label_width="108" name="fade_chat_time" width="160"/>
<text left="310" length="1" name="text_box4" type="string">
(segundos)
</text>
<spinner left="373" name="max_chat_count"/>
<text left="435" length="1" name="text_box5" type="string" width="94">
(# linhas)
</text>
<slider label="Opacidade" name="console_opacity"/>
<check_box label="Use a largura total da tela (Precisa reiniciar)" name="chat_full_width_check"/>
<text length="1" name="text_box6" type="string">
Opções do Chat:
</text>
<check_box label="Feche a barra de conversa após pressionar retornar" name="close_chat_on_return_check"/>
<check_box label="Teclas de Setas sempre movem o avatar durante a conversa" name="arrow_keys_move_avatar_check"/>
<check_box label="Mostrar a hora na conversa local" name="show_timestamps_check"/>
<check_box label="Executar animação digitada quando estiver conversando" name="play_typing_animation"/>
<text length="1" name="text_box7" type="string">
Chat com bolha:
</text>
<check_box label="Mostrar bolhas do chat" name="bubble_text_chat"/>
<slider label="Opacidade" name="bubble_chat_opacity"/>
</panel>
|