camera rotation sync

This commit is contained in:
Rendo 2025-12-03 16:12:57 +05:00
commit fb480e0a8b
3 changed files with 20 additions and 22 deletions

View file

@ -8,6 +8,7 @@ class_name Player
set(id):
player_id = id
$PlayerInput.set_multiplayer_authority(id)
$Camera3D.set_multiplayer_authority(id)
var passived: bool = false