This commit is contained in:
Patrick_Pluto 2025-07-18 19:32:37 +01:00
commit fadea22b9d
26 changed files with 741 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://cu1d6uwha7jm2"]
[ext_resource type="Script" uid="uid://rhk1kmfu2hjo" path="res://entities/player_spawner.gd" id="1_q56n2"]
[node name="PlayerSpawner" type="Node3D"]
script = ExtResource("1_q56n2")
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="."]
spawn_path = NodePath("../..")