blob: 391c4e896d40c68ebfbb997888566154087ea9b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[gd_scene load_steps=2 format=3 uid="uid://b7oncobnacxmt"]
[ext_resource type="Script" path="res://src/Game/LocaleButton.gd" id="1_ganev"]
[node name="LocaleButton" type="OptionButton"]
editor_description = "UI-600, UI-895, UI-896, UI-898, UI-899, UIFUN-322"
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"]
|