extends OptionButton var keys = ["tiun13", "tiov13"] func _ready(): for k in keys: add_item(tr(k))