aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/LocaleButton.tscn
blob: 55f1c29302cf54b0accc276b16b69dd74f2f3723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[gd_scene load_steps=2 format=3 uid="uid://b7oncobnacxmt"]

[ext_resource type="Script" path="res://src/LocaleButton.gd" id="1_ganev"]

[node name="LocaleButton" type="OptionButton"]
custom_minimum_size = Vector2(150, 0)
alignment = 2
text_overrun_behavior = 2
fit_to_longest_item = false
script = ExtResource("1_ganev")

[connection signal="item_selected" from="." to="." method="_on_item_selected"]