extends Label func _ready(): text = "Score: " + str(global_variables.score) func _on_Hoop_score(): text = "Score: " + str(global_variables.score)