Fix the sync and add shooting

This commit is contained in:
2025-02-06 22:06:54 +01:00
parent ad95c99149
commit 89992b1ef4
68 changed files with 8482 additions and 34 deletions

View File

@ -18,7 +18,6 @@ func spawn_players(spawn_location: SpawnController, id: int) -> Error:
char.owner_id = id
_get_root().add_child(char)
char.shared_node.global_position = new_position
print(new_position)
return OK
return ERR_UNAUTHORIZED