extends OptionButton var keys = ["foifal","foifbo","foifgi"] func _ready(): for k in keys: add_item(tr(k))