extends OptionButton func _ready() -> void: for i in range(100): add_item(str(i))