WIP: Modifying the client node
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://f3lbhroreypw"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://f3lbhroreypw"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/utils/game_root/game_root.gd" id="1_ogtsj"]
|
||||
[ext_resource type="Script" path="res://scenes/utils/client_node/client_node.gd" id="2_75551"]
|
||||
|
||||
[node name="GameRoot" type="Node"]
|
||||
script = ExtResource("1_ogtsj")
|
||||
@ -14,4 +15,7 @@ spawn_limit = 1
|
||||
|
||||
[node name="Level" type="Node3D" parent="."]
|
||||
|
||||
[node name="ClientNode" type="Node3D" parent="."]
|
||||
script = ExtResource("2_75551")
|
||||
|
||||
[connection signal="load_map" from="." to="." method="_on_load_map"]
|
||||
|
Reference in New Issue
Block a user