Spectator, gui 👍
This commit is contained in:
parent
3c50aeae5f
commit
775763a128
9 changed files with 55 additions and 31 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue