mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/widgets/graph_tree/graph_tree.gd" type="Script" id=1]
|
|
|
|
[node name="GraphTree" type="Popup"]
|
|
margin_right = 335.0
|
|
margin_bottom = 339.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Tree" type="Tree" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
[connection signal="item_activated" from="Tree" to="." method="_on_Tree_item_double_clicked"]
|
|
[connection signal="item_double_clicked" from="Tree" to="." method="_on_Tree_item_double_clicked"]
|