Skip to content

Commit 90d9098

Browse files
rcorreelementbound
andauthored
chore: Remove MultiplayerSpawner from examples (#370)
Co-authored-by: Tamás Gálffy <ezittgtx@gmail.com>
1 parent 7f3a6e4 commit 90d9098

File tree

8 files changed

+4
-16
lines changed

8 files changed

+4
-16
lines changed

addons/netfox.extras/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="netfox.extras"
44
description="Game-specific utilities for Netfox"
55
author="Tamas Galffy and contributors"
6-
version="1.19.2"
6+
version="1.19.3"
77
script="netfox-extras.gd"

addons/netfox.internals/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="netfox.internals"
44
description="Shared internals for netfox addons"
55
author="Tamas Galffy and contributors"
6-
version="1.19.2"
6+
version="1.19.3"
77
script="plugin.gd"

addons/netfox.noray/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="netfox.noray"
44
description="Bulletproof your connectivity with noray integration for netfox"
55
author="Tamas Galffy and contributors"
6-
version="1.19.2"
6+
version="1.19.3"
77
script="netfox-noray.gd"

addons/netfox/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="netfox"
44
description="Shared internals for netfox addons"
55
author="Tamas Galffy and contributors"
6-
version="1.19.2"
6+
version="1.19.3"
77
script="netfox.gd"

examples/forest-brawl/forest-brawl.tscn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ camera = NodePath("../../Camera3D")
3737
joining_screen = NodePath("../../UI/Joining Screen")
3838
name_input = NodePath("../../UI/Network Popup/Settings/Player Name/Player Name Input")
3939

40-
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="Network"]
41-
spawn_path = NodePath("../../Players")
42-
4340
[node name="Players" type="Node" parent="."]
4441

4542
[node name="ScoreManager" type="Node" parent="." node_paths=PackedStringArray("scorescreen")]

examples/multiplayer-fps/multiplayer-fps.tscn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ environment = SubResource("Environment_xhc6u")
3131

3232
[node name="Network" type="Node" parent="."]
3333

34-
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="Network"]
35-
spawn_path = NodePath("../../Players")
36-
3734
[node name="Player Spawner" type="Node" parent="Network" node_paths=PackedStringArray("spawn_points")]
3835
script = ExtResource("3_c7rxg")
3936
player_scene = ExtResource("2_p13fk")

examples/multiplayer-netfox/multiplayer-netfox.tscn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ environment = SubResource("Environment_ef1wp")
6868

6969
[node name="Network" type="Node" parent="."]
7070

71-
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="Network"]
72-
spawn_path = NodePath("../../Players")
73-
7471
[node name="Player Spawner" type="Node" parent="Network" node_paths=PackedStringArray("spawn_root")]
7572
script = ExtResource("1_ngijx")
7673
player_scene = ExtResource("2_xjsod")

examples/multiplayer-simple/multiplayer-simple.tscn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ environment = SubResource("Environment_ef1wp")
6767

6868
[node name="Network" type="Node" parent="."]
6969

70-
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="Network"]
71-
spawn_path = NodePath("../../Players")
72-
7370
[node name="Player Spawner" type="Node" parent="Network" node_paths=PackedStringArray("spawn_root")]
7471
script = ExtResource("1_cru4a")
7572
player_scene = ExtResource("2_jb473")

0 commit comments

Comments
 (0)