Spectator, gui 👍

This commit is contained in:
Rendo 2025-12-07 17:07:51 +05:00
commit 775763a128
9 changed files with 55 additions and 31 deletions

View file

@ -10,3 +10,7 @@ func _ready() -> void:
func reverse() -> void:
get_parent().visible = not get_parent().visible
func reverse_if_own():
if multiplayer.get_unique_id() == reference_player.player_id:
reverse()