2022-02-12 19:45:44 +00:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://dpvequp5fv27k"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/languages/languages.gd" id="1_qc7c5"]
|
|
|
|
|
|
|
|
[node name="Control" type="Control"]
|
|
|
|
script = ExtResource( "1_qc7c5" )
|
|
|
|
|
|
|
|
[node name="Window" type="Window" parent="."]
|
|
|
|
title = "Language"
|
|
|
|
visible = false
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Window"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-04-15 15:03:37 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
metadata/_edit_use_custom_anchors = false
|
2022-02-12 19:45:44 +00:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Window/VBoxContainer"]
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 23.0
|
|
|
|
text = "Select language"
|
|
|
|
|
|
|
|
[node name="Select" type="OptionButton" parent="Window/VBoxContainer"]
|
|
|
|
offset_right = 43.0
|
|
|
|
offset_bottom = 31.0
|
2022-04-15 15:03:37 +00:00
|
|
|
size_flags_vertical = 3
|
|
|
|
metadata/_edit_use_custom_anchors = false
|
2022-02-12 19:45:44 +00:00
|
|
|
|
|
|
|
[node name="Quit" type="Button" parent="Window/VBoxContainer"]
|
|
|
|
offset_top = 35.0
|
|
|
|
offset_right = 43.0
|
|
|
|
offset_bottom = 66.0
|
2022-04-15 15:03:37 +00:00
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 8
|
2022-02-12 19:45:44 +00:00
|
|
|
text = "Quit"
|
|
|
|
|
2022-02-12 22:15:01 +00:00
|
|
|
[connection signal="close_requested" from="Window" to="." method="_on_quit_pressed"]
|
2022-02-12 19:45:44 +00:00
|
|
|
[connection signal="item_selected" from="Window/VBoxContainer/Select" to="." method="_on_select_item_selected"]
|
|
|
|
[connection signal="pressed" from="Window/VBoxContainer/Quit" to="." method="_on_quit_pressed"]
|