gduibasics/scenes/editor_node_edit.tscn
2021-08-21 17:15:07 +02:00

37 lines
1.1 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/scripts/editor_node_edit.gd" type="Script" id=1]
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/node_selection_dialog.tscn" type="PackedScene" id=2]
[node name="editor_node_edit" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = -576.0
script = ExtResource( 1 )
__meta__ = {
"__property_type__": 15,
"_edit_use_anchors_": false
}
[node name="line_edit" type="LineEdit" parent="."]
margin_right = 969.0
margin_bottom = 24.0
size_flags_horizontal = 3
size_flags_vertical = 0
editable = false
[node name="button" type="Button" parent="."]
margin_left = 973.0
margin_right = 1024.0
margin_bottom = 24.0
text = "Select"
[node name="node_selection_dialog" parent="." instance=ExtResource( 2 )]
margin_left = 824.0
margin_top = 0.0
margin_right = 1024.0
margin_bottom = 70.0
window_title = "Select a Node ..."
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]
[connection signal="confirmed" from="node_selection_dialog" to="." method="_on_node_selection_dialog_confirmed"]