extends CanvasLayer func _ready() -> void: Game.score_changed.connect(func(): %Score.text = str(Game.score) )