Added sim console.

This commit is contained in:
Shyotl
2012-08-04 13:43:32 -05:00
parent 07a2c5a81d
commit 7122a7c174
9 changed files with 394 additions and 29 deletions

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_close="true"
can_minimize="true"
name="region_debug_console"
title="Region Debug"
can_resize="true"
layout="topleft"
min_height="300"
min_width="300"
height="400"
width="600"
default_tab_group="1">
<text_editor
left="10"
type="string"
length="1"
follows="all"
font="Monospace"
bottom="-373"
height="353"
width="576"
ignore_tab="false"
layout="topleft"
max_length="65536"
name="region_debug_console_output"
show_line_numbers="false"
word_wrap="true"
track_bottom="true"
enabled="false">
</text_editor>
<line_editor
border_style="line"
border_thickness="1"
tab_group="1"
follows="left|bottom|right"
font="SansSerif"
height="19"
layout="topleft"
bottom_delta="-20"
max_length="127"
name="region_debug_console_input"
width="576" />
</floater>