80 lines
2.1 KiB
Text
80 lines
2.1 KiB
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/interfaces/options/option_info.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="."]
|
|
visible = true
|
|
margin_left = 247.505
|
|
margin_top = 164.032
|
|
margin_right = 927.505
|
|
margin_bottom = 558.032
|
|
window_title = "OPTION_INFO_TITLE"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="margin_container" type="MarginContainer" parent="window_dialog"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
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 = 675.0
|
|
margin_bottom = 389.0
|
|
custom_constants/separation = 5
|
|
|
|
[node name="tab_container" type="TabContainer" parent="window_dialog/margin_container/v_box_container"]
|
|
margin_right = 670.0
|
|
margin_bottom = 359.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="OPTION_INFO_AUTHORS" type="TextEdit" parent="window_dialog/margin_container/v_box_container/tab_container"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 32.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
readonly = true
|
|
|
|
[node name="OPTION_INFO_LICENSE" type="TextEdit" parent="window_dialog/margin_container/v_box_container/tab_container"]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 32.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
|
|
[node name="button" type="Button" parent="window_dialog/margin_container/v_box_container"]
|
|
margin_top = 364.0
|
|
margin_right = 670.0
|
|
margin_bottom = 384.0
|
|
text = "OPTION_INFO_EXIT"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="window_dialog/margin_container/v_box_container/button" to="." method="_on_button_pressed"]
|