extends HBoxContainer @onready var _time_label = $TimeLabelControl/TimeLabel func set_time(hour): _time_label.text = str(hour) + ":00"