aboutsummaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 18:21:41 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 18:21:41 +0200
commite72b9cc631290ec2d3d8d3cc9451d6dced9f984a (patch)
tree9f9b500f9af11ddd8302f97a94e228ee8538092e /client/game.tscn
parenta7c952f5007477588de9fbca9faa464b3c71127b (diff)
downloadhurrycurry-e72b9cc631290ec2d3d8d3cc9451d6dced9f984a.tar
hurrycurry-e72b9cc631290ec2d3d8d3cc9451d6dced9f984a.tar.bz2
hurrycurry-e72b9cc631290ec2d3d8d3cc9451d6dced9f984a.tar.zst
add ingame "pause" menu
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/game.tscn b/client/game.tscn
index 34c2fe40..2b9a1b9f 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,9 +1,10 @@
-[gd_scene load_steps=8 format=3 uid="uid://c6krh36hoqfg8"]
+[gd_scene load_steps=9 format=3 uid="uid://c6krh36hoqfg8"]
[ext_resource type="PackedScene" uid="uid://cs8gxa22c6joh" path="res://map/map.tscn" id="1_ex12v"]
[ext_resource type="Script" path="res://game.gd" id="1_sftfn"]
[ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://player/follow_camera.tscn" id="2_s8y6o"]
[ext_resource type="PackedScene" uid="uid://c0euiv7duqfp4" path="res://player/marker.tscn" id="4_igl0o"]
+[ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://menu/scene_transition.tscn" id="5_yg6cl"]
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_mvn2w"]
@@ -30,3 +31,6 @@ transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819,
[node name="Marker" parent="." instance=ExtResource("4_igl0o")]
visible = false
+
+[node name="SceneTransition" parent="." instance=ExtResource("5_yg6cl")]
+ingame = true