mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://material_maker/widgets/graph_tree/hierarchy_pane.gd" type="Script" id=1]
|
|
|
|
[node name="Hierarchy" type="Tree"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2( 200, 150 )
|
|
allow_reselect = true
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
[connection signal="item_activated" from="." to="." method="_on_Hierarchy_item_double_clicked"]
|
|
[connection signal="item_double_clicked" from="." to="." method="_on_Hierarchy_item_double_clicked"]
|