fully sync player movements over network
This commit is contained in:
5
scenes/map/EntitySpawner.gd
Normal file
5
scenes/map/EntitySpawner.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends MultiplayerSpawner
|
||||
|
||||
|
||||
func _spawn_custom(data):
|
||||
return
|
||||
Reference in New Issue
Block a user