summaryrefslogtreecommitdiff
path: root/Scenes/OutputRow.tscn
blob: a9b0343ae6effdee6bf9c5d7abc92ab829d9e87f (plain)
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
[gd_scene load_steps=2 format=2]

[ext_resource path="res://Scripts/OutputRow.cs" type="Script" id=2]

[node name="OutputRow" type="VBoxContainer" groups=["output_rows"]]
margin_right = 992.0
margin_bottom = 32.0
size_flags_horizontal = 3
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}

[node name="Input" type="Label" parent="."]
margin_right = 992.0
margin_bottom = 25.0
size_flags_horizontal = 3
text = "This is where the input goes"
autowrap = true

[node name="Output" type="Label" parent="."]
margin_top = 29.0
margin_right = 992.0
margin_bottom = 54.0
size_flags_horizontal = 3
custom_colors/font_color = Color( 0, 0.333333, 1, 1 )
text = "This is where the output goes"
autowrap = true