74 lines
1.9 KiB
Text
74 lines
1.9 KiB
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/interfaces/options/option_news.gd" type="Script" id=1]
|
|
|
|
[node name="control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 3.48987
|
|
margin_top = -2.90425
|
|
margin_right = 3.48987
|
|
margin_bottom = -2.90424
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="window_dialog" type="WindowDialog" parent="."]
|
|
visible = true
|
|
margin_left = 362.868
|
|
margin_top = 192.977
|
|
margin_right = 944.868
|
|
margin_bottom = 513.977
|
|
window_title = "OPTION_NEWS_TITLE"
|
|
__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 = 577.0
|
|
margin_bottom = 316.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 5
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="text_edit" type="TextEdit" parent="window_dialog/margin_container/v_box_container"]
|
|
margin_right = 572.0
|
|
margin_bottom = 286.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
readonly = true
|
|
syntax_highlighting = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="button" type="Button" parent="window_dialog/margin_container/v_box_container"]
|
|
margin_top = 291.0
|
|
margin_right = 572.0
|
|
margin_bottom = 311.0
|
|
text = "OPTION_NEWS_EXIT"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="visibility_changed" from="window_dialog" to="." method="_on_window_dialog_visibility_changed"]
|
|
[connection signal="pressed" from="window_dialog/margin_container/v_box_container/button" to="." method="_on_button_pressed"]
|