extends Control onready var inputListLabel = $InputList func _on_Hub_input_list_updated(input_list_text): inputListLabel.set_text(input_list_text)