Networking

This commit is contained in:
2023-01-17 22:30:12 +01:00
parent 9893bc45b4
commit ce7b74c832
8 changed files with 116 additions and 48 deletions

View File

@@ -1,8 +1,7 @@
[gd_scene load_steps=7 format=3 uid="uid://8g7w4uv2xsck"]
[gd_scene load_steps=6 format=3 uid="uid://8g7w4uv2xsck"]
[ext_resource type="Script" path="res://Game.gd" id="1_71dcv"]
[ext_resource type="PackedScene" uid="uid://dsnlwjofq6psf" path="res://scenes/GUI/Main Menu.tscn" id="2_448f8"]
[ext_resource type="Script" path="res://scenes/map/EntitySpawner.gd" id="3_i5esv"]
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_2n8qo"]
@@ -38,7 +37,3 @@ environment = SubResource("Environment_oqaam")
[node name="PlayerSpawner" type="MultiplayerSpawner" parent="Networking"]
_spawnable_scenes = PackedStringArray("res://entities/Player.tscn")
spawn_path = NodePath("..")
[node name="EntitySpawner" type="MultiplayerSpawner" parent="Networking"]
spawn_path = NodePath("..")
script = ExtResource("3_i5esv")