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/OutputContainer.tscn | |
| parent | 4281133694b2d9efcaba580dc04797a1a1ab273a (diff) | |
| download | texty-5002381a84d62178518c484f4d17b8b57ba955e3.tar.xz texty-5002381a84d62178518c484f4d17b8b57ba955e3.zip | |
project: remove legacy scenes
Diffstat (limited to 'Scenes/OutputContainer.tscn')
| -rw-r--r-- | Scenes/OutputContainer.tscn | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Scenes/OutputContainer.tscn b/Scenes/OutputContainer.tscn deleted file mode 100644 index bc196b9..0000000 --- a/Scenes/OutputContainer.tscn +++ /dev/null @@ -1,27 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://Scripts/OutputContainer.cs" type="Script" id=3] - -[node name="OutputContainer" type="PanelContainer"] -anchor_right = 1.0 -anchor_bottom = 1.0 -size_flags_horizontal = 3 -size_flags_vertical = 3 -script = ExtResource( 3 ) -__meta__ = { -"_edit_group_": true -} - -[node name="ScrollContainer" type="ScrollContainer" parent="."] -margin_left = 7.0 -margin_top = 7.0 -margin_right = 1017.0 -margin_bottom = 593.0 -follow_focus = true -scroll_horizontal_enabled = false - -[node name="OutputRows" type="VBoxContainer" parent="ScrollContainer"] -margin_right = 1010.0 -margin_bottom = 586.0 -size_flags_horizontal = 3 -size_flags_vertical = 3 |
