diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-27 18:44:40 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-27 18:48:53 +0200 |
| commit | db68f34627dd190cc1f198c5f95edd8edf3c8ddd (patch) | |
| tree | 8021a65495082691601e0fb014485d990aabc080 /Scenes/Texty.tscn | |
| parent | 14a74e92b7aee30ec3911c0d2f5291bf70dc33b6 (diff) | |
| download | texty-db68f34627dd190cc1f198c5f95edd8edf3c8ddd.tar.xz texty-db68f34627dd190cc1f198c5f95edd8edf3c8ddd.zip | |
game: add basic start menu scene
Diffstat (limited to 'Scenes/Texty.tscn')
| -rw-r--r-- | Scenes/Texty.tscn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Scenes/Texty.tscn b/Scenes/Texty.tscn index 4198184..9b8c9b8 100644 --- a/Scenes/Texty.tscn +++ b/Scenes/Texty.tscn @@ -1,7 +1,11 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://Scenes/Game.tscn" type="PackedScene" id=1] +[ext_resource path="res://Scenes/StartMenu.tscn" type="PackedScene" id=2] [node name="Texty" type="Node"] [node name="Game" parent="." instance=ExtResource( 1 )] +visible = false + +[node name="StartMenu" parent="." instance=ExtResource( 2 )] |
