<?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="top_objects" title="CARGANDO..."> <text name="title_text"> Cargando... </text> <scroll_list name="objects_list"> <column label="Resultado" name="score"/> <column label="Nombre" name="name"/> <column label="Propietario" name="owner"/> <column label="Posición" name="location"/> <column label="Tiempo" name="time"/> <column label="Tiempo en Mono" name="mono_time"/> </scroll_list> <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"/> <text name="id_text"> ID del objeto: </text> <button label="Mostrar la baliza" name="show_beacon_btn" width="115"/> <text name="obj_name_text"> Nombre del objeto: </text> <button label="Filtro" name="filter_object_btn" width="115"/> <text name="owner_name_text" width="130"> Nombre del propietario: </text> <button label="Filtro" name="filter_owner_btn" width="115"/> <button label="Devolver lo seleccionado" name="return_selected_btn" width="170"/> <button label="Devolver todo" name="return_all_btn" left="190"/> <button label="Desactivar lo seleccionado" name="disable_selected_btn" width="170"/> <button label="Desactivar todo" name="disable_all_btn" left="190"/> <button label="Actualizar" name="refresh_btn" width="115"/> <string name="top_scripts_title"> Scripts según su uso </string> <string name="top_scripts_text"> [COUNT] scripts con un total de [TIME] ms </string> <string name="scripts_score_label"> Tiempo </string> <string name="scripts_mono_time_label"> Tiempo en Mono </string> <string name="top_colliders_title"> Objetos que colisionan </string> <string name="top_colliders_text"> [COUNT] objetos con muchas posibles colisiones </string> <string name="colliders_score_label"> Resultado </string> <string name="none_descriptor"> No se ha encontrado ninguno. </string> </floater>