1 2 3 4 5 6 7
extends Label func _ready(): text = "Score: " + str(global_variables.score) func _on_Hoop_score(): text = "Score: " + str(global_variables.score)