File tree Expand file tree Collapse file tree 8 files changed +4
-16
lines changed
Expand file tree Collapse file tree 8 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 33name =" netfox.extras"
44description =" Game-specific utilities for Netfox"
55author =" Tamas Galffy and contributors"
6- version =" 1.19.2 "
6+ version =" 1.19.3 "
77script =" netfox-extras.gd"
Original file line number Diff line number Diff line change 33name =" netfox.internals"
44description =" Shared internals for netfox addons"
55author =" Tamas Galffy and contributors"
6- version =" 1.19.2 "
6+ version =" 1.19.3 "
77script =" plugin.gd"
Original file line number Diff line number Diff line change 33name =" netfox.noray"
44description =" Bulletproof your connectivity with noray integration for netfox"
55author =" Tamas Galffy and contributors"
6- version =" 1.19.2 "
6+ version =" 1.19.3 "
77script =" netfox-noray.gd"
Original file line number Diff line number Diff line change 33name =" netfox"
44description =" Shared internals for netfox addons"
55author =" Tamas Galffy and contributors"
6- version =" 1.19.2 "
6+ version =" 1.19.3 "
77script =" netfox.gd"
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ camera = NodePath("../../Camera3D")
3737joining_screen = NodePath ("../../UI/Joining Screen" )
3838name_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" )]
Original file line number Diff line number Diff 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" )]
3835script = ExtResource ("3_c7rxg" )
3936player_scene = ExtResource ("2_p13fk" )
Original file line number Diff line number Diff 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" )]
7572script = ExtResource ("1_ngijx" )
7673player_scene = ExtResource ("2_xjsod" )
Original file line number Diff line number Diff 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" )]
7471script = ExtResource ("1_cru4a" )
7572player_scene = ExtResource ("2_jb473" )
You can’t perform that action at this time.
0 commit comments