alleged fixes

This commit is contained in:
Rendo 2025-12-10 00:08:57 +05:00
commit f99108c4f0
4 changed files with 7 additions and 6 deletions

View file

@ -50,7 +50,7 @@ func spawn_player(id: int) -> void:
inst.global_position = new_position
func spawn_spectator(id: int) -> void:
var spectator: PackedScene = load("res://scenes/spectator.tscn")
var spectator: PackedScene = load("res://players/spectator.tscn")
var inst = spectator.instantiate()
inst.name = str(id)