73 lines
2.0 KiB
Plaintext
73 lines
2.0 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/escoria-core/ui_library/menus/load_save/save/save_name_popup.gd" type="Script" id=2]
|
|
|
|
[node name="save_name_popup" type="PopupDialog"]
|
|
visible = true
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_constants/margin_right = 30
|
|
custom_constants/margin_top = 30
|
|
custom_constants/margin_left = 30
|
|
custom_constants/margin_bottom = 30
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
margin_left = 30.0
|
|
margin_top = 401.0
|
|
margin_right = 1250.0
|
|
margin_bottom = 499.0
|
|
size_flags_vertical = 4
|
|
custom_constants/separation = 20
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
margin_right = 1220.0
|
|
margin_bottom = 14.0
|
|
text = "ENTER_SAVE_NAME"
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="MarginContainer/VBoxContainer"]
|
|
margin_top = 34.0
|
|
margin_right = 1220.0
|
|
margin_bottom = 58.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
margin_top = 78.0
|
|
margin_right = 1220.0
|
|
margin_bottom = 98.0
|
|
custom_constants/separation = 10
|
|
alignment = 2
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="cancel" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
margin_left = 1118.0
|
|
margin_right = 1179.0
|
|
margin_bottom = 20.0
|
|
text = "CANCEL"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ok" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
margin_left = 1189.0
|
|
margin_right = 1220.0
|
|
margin_bottom = 20.0
|
|
text = "OK"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/cancel" to="." method="_on_cancel_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/ok" to="." method="_on_ok_pressed"]
|