27 lines
706 B
Plaintext
27 lines
706 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/scripts/types/controls/editor_node_tree.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/scripts/node_selection_dialog.gd" type="Script" id=2]
|
|
|
|
[node name="node_selection_dialog" type="ConfirmationDialog"]
|
|
margin_left = 233.0
|
|
margin_top = 45.0
|
|
margin_right = 843.0
|
|
margin_bottom = 516.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="tree" type="Tree" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = -8.0
|
|
margin_bottom = -36.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|