extends OptionButton func _ready(): var x = 1 while x < 32: add_item(str(x)) x += 1