sync water bomb positions spawned by pipes
This commit is contained in:
parent
03421264fd
commit
1b60c7a3a7
@ -14,7 +14,7 @@ func _drop_water() -> void:
|
||||
_projectile_holder.add_child(new_projectile, true)
|
||||
new_projectile.set_multiplayer_authority(1)
|
||||
new_projectile.body.process_mode = Node.PROCESS_MODE_INHERIT
|
||||
new_projectile.set_global_pos(global_position)
|
||||
new_projectile.set_global_pos.rpc(global_position)
|
||||
|
||||
|
||||
func _on_drop_timer_timeout() -> void:
|
||||
|
Loading…
Reference in New Issue
Block a user