66 lines
1.8 KiB
Text
66 lines
1.8 KiB
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/interfaces/options/option_language.gd" type="Script" id=1]
|
|
|
|
[node name="control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="window_dialog" type="WindowDialog" parent="."]
|
|
margin_left = 448.0
|
|
margin_top = 216.0
|
|
margin_right = 795.0
|
|
margin_bottom = 340.0
|
|
popup_exclusive = true
|
|
window_title = "OPTION_LANGUAGE_SELECT_YOUR_LANGUAGE"
|
|
resizable = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="margin_container" type="MarginContainer" parent="window_dialog"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/margin_right = 5
|
|
custom_constants/margin_top = 5
|
|
custom_constants/margin_left = 5
|
|
custom_constants/margin_bottom = 5
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="v_box_container" type="VBoxContainer" parent="window_dialog/margin_container"]
|
|
margin_left = 5.0
|
|
margin_top = 5.0
|
|
margin_right = 342.0
|
|
margin_bottom = 119.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 5
|
|
|
|
[node name="option_button" type="OptionButton" parent="window_dialog/margin_container/v_box_container"]
|
|
margin_right = 337.0
|
|
margin_bottom = 89.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="button" type="Button" parent="window_dialog/margin_container/v_box_container"]
|
|
margin_top = 94.0
|
|
margin_right = 337.0
|
|
margin_bottom = 114.0
|
|
text = "OPTION_LANGUAGE_EXIT"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="item_selected" from="window_dialog/margin_container/v_box_container/option_button" to="." method="_on_option_button_item_selected"]
|
|
[connection signal="pressed" from="window_dialog/margin_container/v_box_container/button" to="." method="_on_button_pressed"]
|