Spectator, gui 👍
This commit is contained in:
parent
3c50aeae5f
commit
775763a128
9 changed files with 55 additions and 31 deletions
|
|
@ -4,6 +4,9 @@ extends Label
|
|||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
Session.round_started.connect(update)
|
||||
|
||||
func update():
|
||||
if our_side:
|
||||
match Lobby.get_team():
|
||||
Session.TEAMS.DEFENCE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue