Late connection

This commit is contained in:
Rendo 2025-12-07 18:13:21 +05:00
commit 63209ccc1e
9 changed files with 73 additions and 23 deletions

View file

@ -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: