diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 10:02:03 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 10:02:03 +0200 |
| commit | 5002381a84d62178518c484f4d17b8b57ba955e3 (patch) | |
| tree | 41fac73f6110944fb40fc701216de4be936c7dc5 /Scenes/OutputRow.tscn | |
| parent | 4281133694b2d9efcaba580dc04797a1a1ab273a (diff) | |
| download | texty-5002381a84d62178518c484f4d17b8b57ba955e3.tar.xz texty-5002381a84d62178518c484f4d17b8b57ba955e3.zip | |
project: remove legacy scenes
Diffstat (limited to 'Scenes/OutputRow.tscn')
| -rw-r--r-- | Scenes/OutputRow.tscn | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Scenes/OutputRow.tscn b/Scenes/OutputRow.tscn deleted file mode 100644 index a9b0343..0000000 --- a/Scenes/OutputRow.tscn +++ /dev/null @@ -1,28 +0,0 @@ -[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 |
