Late connection
This commit is contained in:
parent
59bf07b076
commit
63209ccc1e
9 changed files with 73 additions and 23 deletions
|
|
@ -5,6 +5,7 @@ extends Label
|
|||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
Session.round_started.connect(update)
|
||||
Session.session_started.connect(update)
|
||||
|
||||
func update():
|
||||
if our_side:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue