i hate it here

This commit is contained in:
2025-08-08 22:26:26 -05:00
parent 5f65fde280
commit 893e7c920c

View File

@@ -13,7 +13,7 @@ func spawn_player(data: Dictionary) -> Player:
var peer_id = str(data["peer_id"])
new_player.set_multiplayer_authority(int(peer_id), true)
new_player.set_player_name = peer_id
new_player.set_player_name(peer_id)
new_player.position = Vector3.UP
GameManager.players.append(peer_id)