Spectator fix and team color fix

This commit is contained in:
Rendo 2025-11-30 13:31:19 +05:00
commit b0ba8adcd7
3 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@ func set_active() -> void:
return
active = true
current = true
top_level = true
func _process(delta: float) -> void:
if active == false or not is_multiplayer_authority():