aboutsummaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-25 22:31:17 +0200
committernokoe <nokoe@mailbox.org>2024-06-25 23:39:19 +0200
commit8bb065604fbd12b14a7605cfa265ebf38890f628 (patch)
tree811866aec6093924694605155d9962261c57cb17 /client/game.tscn
parentab6279e726ac7e10a4c5211a3d3827471fd35ccf (diff)
downloadhurrycurry-8bb065604fbd12b14a7605cfa265ebf38890f628.tar
hurrycurry-8bb065604fbd12b14a7605cfa265ebf38890f628.tar.bz2
hurrycurry-8bb065604fbd12b14a7605cfa265ebf38890f628.tar.zst
multiplayer refactor
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn8
1 files changed, 3 insertions, 5 deletions
diff --git a/client/game.tscn b/client/game.tscn
index 32479cf5..cfbde85b 100644
--- a/client/game.tscn
+++ b/client/game.tscn
@@ -1,6 +1,5 @@
-[gd_scene load_steps=10 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"]
@@ -28,10 +27,9 @@ script = ExtResource("1_sftfn")
[node name="Multiplayer" type="Node" parent="."]
script = ExtResource("6_fbxu8")
-[node name="Map" parent="." instance=ExtResource("1_ex12v")]
-
-[node name="FollowCamera" parent="." instance=ExtResource("2_s8y6o")]
+[node name="FollowCamera" parent="." node_paths=PackedStringArray("target") instance=ExtResource("2_s8y6o")]
transform = Transform3D(0.728777, 0.294253, -0.618303, 0, 0.902961, 0.429723, 0.684751, -0.313173, 0.658057, -2.36537, 1.99403, 3.29507)
+target = NodePath("..")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_m4dli")