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/Game.tscn | |
| parent | 4281133694b2d9efcaba580dc04797a1a1ab273a (diff) | |
| download | texty-5002381a84d62178518c484f4d17b8b57ba955e3.tar.xz texty-5002381a84d62178518c484f4d17b8b57ba955e3.zip | |
project: remove legacy scenes
Diffstat (limited to 'Scenes/Game.tscn')
| -rw-r--r-- | Scenes/Game.tscn | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Scenes/Game.tscn b/Scenes/Game.tscn deleted file mode 100644 index 5988f7d..0000000 --- a/Scenes/Game.tscn +++ /dev/null @@ -1,42 +0,0 @@ -[gd_scene load_steps=6 format=2] - -[ext_resource path="res://Scenes/InputContainer.tscn" type="PackedScene" id=1] -[ext_resource path="res://Scripts/Game.cs" type="Script" id=2] -[ext_resource path="res://Scenes/OutputContainer.tscn" type="PackedScene" id=3] -[ext_resource path="res://Scenes/OutputRow.tscn" type="PackedScene" id=4] -[ext_resource path="res://Scripts/CommandParser.cs" type="Script" id=5] - -[node name="Game" type="MarginContainer"] -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = 8.0 -margin_top = 8.0 -margin_right = -8.0 -margin_bottom = -8.0 -script = ExtResource( 2 ) -__meta__ = { -"_edit_group_": true -} -OutputRowScene = ExtResource( 4 ) - -[node name="CommandParser" type="Node" parent="."] -script = ExtResource( 5 ) - -[node name="LayoutContainer" type="VBoxContainer" parent="."] -margin_right = 1008.0 -margin_bottom = 584.0 -custom_constants/separation = 8 - -[node name="OutputContainer" parent="LayoutContainer" instance=ExtResource( 3 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_right = 1008.0 -margin_bottom = 535.0 - -[node name="InputContainer" parent="LayoutContainer" instance=ExtResource( 1 )] -anchor_right = 0.0 -margin_top = 543.0 -margin_right = 1008.0 -margin_bottom = 584.0 - -[connection signal="InputSubmitted" from="LayoutContainer/InputContainer" to="." method="OnInputSubmitted"] |
