2022-08-03 12:07:21 +02:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://addons/godot_xterm/terminal.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_right = 1024.0
|
|
|
|
offset_bottom = 600.0
|
2022-08-03 12:07:21 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="TextEdit" type="TextEdit" parent="HBoxContainer"]
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_right = 338.0
|
|
|
|
offset_bottom = 600.0
|
2022-08-03 12:07:21 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_left = 342.0
|
|
|
|
offset_right = 681.0
|
|
|
|
offset_bottom = 600.0
|
2022-08-03 12:07:21 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="TextEdit3" type="TextEdit" parent="HBoxContainer/VBoxContainer"]
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_right = 339.0
|
|
|
|
offset_bottom = 197.0
|
2022-08-03 12:07:21 +02:00
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Terminal" type="Control" parent="HBoxContainer/VBoxContainer"]
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_top = 201.0
|
|
|
|
offset_right = 339.0
|
|
|
|
offset_bottom = 398.0
|
2022-08-03 12:07:21 +02:00
|
|
|
focus_mode = 2
|
|
|
|
size_flags_vertical = 3
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="TextEdit2" type="TextEdit" parent="HBoxContainer/VBoxContainer"]
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_top = 402.0
|
|
|
|
offset_right = 339.0
|
|
|
|
offset_bottom = 600.0
|
2022-08-03 12:07:21 +02:00
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="TextEdit2" type="TextEdit" parent="HBoxContainer"]
|
2022-11-09 21:57:46 +01:00
|
|
|
offset_left = 685.0
|
|
|
|
offset_right = 1024.0
|
|
|
|
offset_bottom = 600.0
|
2022-08-03 12:07:21 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[connection signal="data_sent" from="HBoxContainer/VBoxContainer/Terminal" to="HBoxContainer/VBoxContainer/Terminal" method="write"]
|