53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/EXP-System-Dialog/Dialog Editor/Editor/editor.gd" type="Script" id=1]
|
|
|
|
[node name="WindowDialog" type="WindowDialog"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -540.0
|
|
margin_top = -384.0
|
|
margin_right = 540.0
|
|
margin_bottom = 384.0
|
|
window_title = "Node Editor"
|
|
resizable = true
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 13.0
|
|
margin_top = 13.0
|
|
margin_right = -13.0
|
|
margin_bottom = -13.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextEdit" type="TextEdit" parent="VBoxContainer"]
|
|
margin_right = 1054.0
|
|
margin_bottom = 718.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
smooth_scrolling = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="OK_BTN" type="Button" parent="VBoxContainer"]
|
|
margin_left = 503.0
|
|
margin_top = 722.0
|
|
margin_right = 550.0
|
|
margin_bottom = 742.0
|
|
hint_tooltip = "Close the node editor."
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
text = "Close"
|
|
[connection signal="text_changed" from="VBoxContainer/TextEdit" to="." method="_on_TextEdit_text_changed"]
|
|
[connection signal="pressed" from="VBoxContainer/OK_BTN" to="." method="_on_OK_BTN_pressed"]
|