aboutsummaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
commit69cce2c92e067595d862c479104df6e966a1e8ee (patch)
tree33c5f8ca6993f4d8fdc38516ca7684406eb66e1d /client/game.tscn
parent1e28d68b1fc17a95b0dda305633be2016b692836 (diff)
downloadhurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.bz2
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.zst
refactor menu system yet again
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn7
1 files changed, 1 insertions, 6 deletions
diff --git a/client/game.tscn b/client/game.tscn
index 492176fc..b44974b2 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,9 +1,8 @@
-[gd_scene load_steps=11 format=3 uid="uid://c6krh36hoqfg8"]
+[gd_scene load_steps=10 format=3 uid="uid://c6krh36hoqfg8"]
[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"]
[ext_resource type="Script" path="res://multiplayer.gd" id="6_fbxu8"]
[ext_resource type="PackedScene" uid="uid://b4gone8fu53r7" path="res://map/map.tscn" id="6_prg6t"]
[ext_resource type="PackedScene" uid="uid://bpikve6wlsjfl" path="res://menu/overlay.tscn" id="7_7xrr6"]
@@ -48,7 +47,3 @@ visible = false
[node name="Overlay" parent="." instance=ExtResource("7_7xrr6")]
offset_left = -280.0
offset_bottom = 102.0
-
-[node name="SceneTransition" parent="." instance=ExtResource("5_yg6cl")]
-ingame = true
-auto_fade_in = false