summaryrefslogtreecommitdiff
path: root/Scenes/Texty.tscn
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-04 10:02:03 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-04 10:02:03 +0200
commit5002381a84d62178518c484f4d17b8b57ba955e3 (patch)
tree41fac73f6110944fb40fc701216de4be936c7dc5 /Scenes/Texty.tscn
parent4281133694b2d9efcaba580dc04797a1a1ab273a (diff)
downloadtexty-5002381a84d62178518c484f4d17b8b57ba955e3.tar.xz
texty-5002381a84d62178518c484f4d17b8b57ba955e3.zip
project: remove legacy scenes
Diffstat (limited to 'Scenes/Texty.tscn')
-rw-r--r--Scenes/Texty.tscn14
1 files changed, 4 insertions, 10 deletions
diff --git a/Scenes/Texty.tscn b/Scenes/Texty.tscn
index d3799a5..1fb7b91 100644
--- a/Scenes/Texty.tscn
+++ b/Scenes/Texty.tscn
@@ -1,16 +1,10 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=2 format=2]
-[ext_resource path="res://Scenes/Game.tscn" type="PackedScene" id=1]
-[ext_resource path="res://Scenes/StartMenu.tscn" type="PackedScene" id=2]
[ext_resource path="res://Scripts/Texty.cs" type="Script" id=3]
[node name="Texty" type="Node"]
script = ExtResource( 3 )
-[node name="Game" parent="." instance=ExtResource( 1 )]
-visible = false
-
-[node name="StartMenu" parent="." instance=ExtResource( 2 )]
-
-[connection signal="QuitGame" from="StartMenu" to="." method="OnQuitGame"]
-[connection signal="StartGame" from="StartMenu" to="." method="OnStartGame"]
+[node name="VBoxContainer" type="VBoxContainer" parent="."]
+anchor_right = 1.0
+anchor_bottom = 1.0