-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpipetest.tscn
42 lines (35 loc) · 1.02 KB
/
pipetest.tscn
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
[gd_scene load_steps=2 format=3 uid="uid://o3touljh02lp"]
[ext_resource type="Script" path="res://control.gd" id="1_ajhv7"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 1078.0
offset_bottom = 314.0
script = ExtResource("1_ajhv7")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 50.0
offset_top = 31.0
offset_right = 354.0
offset_bottom = 54.0
text = "Type a BASH command and press Enter"
[node name="LineEdit" type="LineEdit" parent="."]
layout_mode = 0
offset_left = 38.0
offset_top = 68.0
offset_right = 537.0
offset_bottom = 99.0
[node name="Label2" type="Label" parent="."]
layout_mode = 0
offset_left = 46.0
offset_top = 125.0
offset_right = 352.0
offset_bottom = 148.0
text = "Result of BASH Command Appears here"
[node name="TextEdit" type="TextEdit" parent="."]
layout_mode = 0
offset_left = 31.0
offset_top = 161.0
offset_right = 936.0
offset_bottom = 243.0
[connection signal="text_submitted" from="LineEdit" to="." method="_on_line_edit_text_submitted"]