aboutsummaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-14 15:09:48 +0200
committertpart <tpart120@proton.me>2024-07-14 15:09:48 +0200
commit5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a (patch)
tree97070021e2a2917164ac88a7478591c271b93bcb /client/game.tscn
parenta44e6c9acab5b341814977a8fe0a0416c357618d (diff)
downloadhurrycurry-5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a.tar
hurrycurry-5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a.tar.bz2
hurrycurry-5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a.tar.zst
Fix: Move menus from game.tscn to menu/game.tscn to prevent wrong 2D order
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn21
1 files changed, 1 insertions, 20 deletions
diff --git a/client/game.tscn b/client/game.tscn
index 82fef27a..345a35b8 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=12 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"]
@@ -6,8 +6,6 @@
[ext_resource type="Script" path="res://map/auto_setup/light_setup.gd" id="5_6fpff"]
[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"]
-[ext_resource type="PackedScene" uid="uid://b21nrnkygiyjt" path="res://menu/popup_message.tscn" id="9_l5d71"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_py7px"]
ground_bottom_color = Color(0.0826605, 0.065772, 0.0461518, 1)
@@ -47,20 +45,3 @@ script = ExtResource("5_6fpff")
[node name="Map" parent="." instance=ExtResource("6_prg6t")]
[node name="Center" type="Node3D" parent="."]
-
-[node name="Overlay" parent="." instance=ExtResource("7_7xrr6")]
-offset_left = -280.0
-offset_bottom = 102.0
-
-[node name="Debug" type="RichTextLabel" parent="."]
-visible = false
-anchors_preset = 15
-anchor_right = 1.0
-anchor_bottom = 1.0
-grow_horizontal = 2
-grow_vertical = 2
-mouse_filter = 2
-theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
-theme_override_constants/outline_size = 5
-
-[node name="PopupMessage" parent="." instance=ExtResource("9_l5d71")]