summaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-27 14:18:54 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-27 14:18:54 +0200
commit3d9398b552bee7615987cc177e14a21aba29689e (patch)
treeb963142c13016c86fa5e2304e1b10ce97c34a16a /client/game.tscn
parentec6377cb004ae564a8ad2fd895f8aad09b0153c6 (diff)
downloadhurrycurry-3d9398b552bee7615987cc177e14a21aba29689e.tar
hurrycurry-3d9398b552bee7615987cc177e14a21aba29689e.tar.bz2
hurrycurry-3d9398b552bee7615987cc177e14a21aba29689e.tar.zst
move map code to Map scene
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/game.tscn b/client/game.tscn
index cfbde85b..b93f6b68 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,10 +1,11 @@
-[gd_scene load_steps=9 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"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_py7px"]
ground_bottom_color = Color(0.0826605, 0.065772, 0.0461518, 1)
@@ -43,3 +44,5 @@ visible = false
[node name="SceneTransition" parent="." instance=ExtResource("5_yg6cl")]
ingame = true
+
+[node name="Map" parent="." instance=ExtResource("6_prg6t")]