Added title screen and onboarding prompt

This commit is contained in:
Jennie Robinson Faber 2026-05-10 18:48:40 +01:00
parent 89c811473b
commit d1c4c1a35d
7 changed files with 99 additions and 2 deletions

View file

@ -9,6 +9,7 @@
[ext_resource type="AudioStream" uid="uid://dgqb1rovgwuan" path="res://audio/ElevatorClose1.wav" id="6_gee14"]
[ext_resource type="PackedScene" path="res://scenes/component_spawn.tscn" id="9_0tnpc"]
[ext_resource type="PackedScene" path="res://scenes/end_screen.tscn" id="10_endsc"]
[ext_resource type="PackedScene" path="res://scenes/title_screen.tscn" id="11_title"]
[node name="Game" type="Node3D" unique_id=1456297160]
script = ExtResource("1_lbhrr")
@ -38,3 +39,5 @@ stream = ExtResource("6_gee14")
[node name="ComponentSpawn" parent="." unique_id=649225939 instance=ExtResource("9_0tnpc")]
[node name="EndScreen" parent="." instance=ExtResource("10_endsc")]
[node name="TitleScreen" parent="." instance=ExtResource("11_title")]