2021-05-20 21:25:41 -04:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2021-05-20 18:17:44 -04:00
|
|
|
|
|
|
|
[ext_resource path="res://scripts/debug_console.gd" type="Script" id=1]
|
2021-05-20 21:25:41 -04:00
|
|
|
[ext_resource path="res://scripts/command_handler.gd" type="Script" id=2]
|
2021-05-20 18:17:44 -04:00
|
|
|
|
|
|
|
[node name="DebugConsole" type="Control"]
|
2021-05-20 21:25:41 -04:00
|
|
|
pause_mode = 2
|
2021-05-20 18:17:44 -04:00
|
|
|
anchor_right = 1.0
|
|
|
|
margin_bottom = 113.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2021-05-20 21:25:41 -04:00
|
|
|
[node name="CommandHandler" type="Node" parent="."]
|
|
|
|
script = ExtResource( 2 )
|
|
|
|
|
2021-05-20 18:17:44 -04:00
|
|
|
[node name="Output" type="TextEdit" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 0.752212
|
|
|
|
readonly = true
|
|
|
|
wrap_enabled = true
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Input" type="LineEdit" parent="."]
|
|
|
|
anchor_top = 0.787611
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
caret_blink = true
|
|
|
|
caret_blink_speed = 0.5
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
2021-05-20 21:25:41 -04:00
|
|
|
|
|
|
|
[connection signal="text_entered" from="Input" to="." method="_on_Input_text_entered"]
|