WIP: Some updates

This commit is contained in:
2025-02-08 19:30:32 +01:00
parent ee8a65a67b
commit 6219397137
6 changed files with 42 additions and 33 deletions

View File

@ -29,6 +29,7 @@ func spawn_players(spawn_location: SpawnController, id: int) -> Error:
var model: CharacterWrapper = model_scene.instantiate()
model.global_position = new_position
_get_model_root().add_child(model)
model.owner_placeholder = char
return OK
return ERR_UNAUTHORIZED