Add escape-to-pause

This commit is contained in:
Jennie Robinson Faber 2026-05-10 19:41:03 +01:00
parent f6d66e0101
commit 1d6b5c35ca
4 changed files with 60 additions and 0 deletions

View file

@ -10,6 +10,7 @@
[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"]
[ext_resource type="PackedScene" path="res://scenes/pause_menu.tscn" id="12_pause"]
[node name="Game" type="Node3D" unique_id=1456297160]
script = ExtResource("1_lbhrr")
@ -41,3 +42,5 @@ stream = ExtResource("6_gee14")
[node name="EndScreen" parent="." instance=ExtResource("10_endsc")]
[node name="TitleScreen" parent="." instance=ExtResource("11_title")]
[node name="PauseMenu" parent="." instance=ExtResource("12_pause")]