blob: 15e69c450cc9faf19b5c39d9e22fdfc53d7c19fd (
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
56
57
58
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="top_objects" title="CARREGANDO...">
<text name="title_text">
Carregando...
</text>
<scroll_list name="objects_list">
<column label="Placar" name="score"/>
<column label="Nome" name="name"/>
<column label="Proprietário" name="owner"/>
<column label="Local" name="location"/>
<column label="Tempo" name="time"/>
<column label="Hora Mono" name="mono_time"/>
</scroll_list>
<text name="id_text">
ID do Objeto:
</text>
<button label="Mostrar Avisos" name="show_beacon_btn"/>
<text name="obj_name_text">
Nome do Objeto:
</text>
<button label="Filtro" name="filter_object_btn"/>
<text name="owner_name_text" width="130">
Nome do Proprietário:
</text>
<line_editor font="SansSerifSmall" left="140" name="id_editor" width="280"/>
<line_editor font="SansSerifSmall" left="140" name="object_name_editor" width="280"/>
<line_editor font="SansSerifSmall" left="140" name="owner_name_editor" width="280"/>
<button label="Filtro" name="filter_owner_btn"/>
<button label="Retornar Selecionado" name="return_selected_btn" width="170"/>
<button label="Retornar Tudo" name="return_all_btn" left="190"/>
<button label="Desabilitar Selecionado" name="disable_selected_btn" width="170"/>
<button label="Desabilitar Tudo" name="disable_all_btn" left="190"/>
<button label="Atualizar" name="refresh_btn"/>
<string name="top_scripts_title">
Principais Scripts
</string>
<string name="top_scripts_text">
[COUNT] scripts tomando um total de [TIME] ms
</string>
<string name="scripts_score_label">
Tempo
</string>
<string name="scripts_mono_time_label">
Hora Mono
</string>
<string name="top_colliders_title">
Principais Colidentes
</string>
<string name="top_colliders_text">
[COUNT] objetos principais experimentando muitas potenciais colisões
</string>
<string name="colliders_score_label">
Placar
</string>
<string name="none_descriptor">
Nenhum encontrado.
</string>
</floater>
|