diff options
Diffstat (limited to 'combinator_panel.tscn')
| -rw-r--r-- | combinator_panel.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/combinator_panel.tscn b/combinator_panel.tscn index f7a46d7..db54e82 100644 --- a/combinator_panel.tscn +++ b/combinator_panel.tscn @@ -13,7 +13,7 @@ rect_clip_content = false mouse_filter = 0 script = ExtResource( 1 ) -[node name="Tree" type="Tree" parent="."] +[node name="tree" type="Tree" parent="."] margin_left = 10.0 margin_top = 10.0 @@ -55,7 +55,7 @@ flat = false margin_left = 350.0 margin_top = 20.0 -margin_right = 394.0 +margin_right = 396.0 margin_bottom = 193.0 rect_clip_content = false mouse_filter = 0 @@ -68,7 +68,7 @@ icon = ExtResource( 4 ) flat = false clip_text = true -[connection signal="gui_input" from="Tree" to="." method="_on_Tree_gui_input"] +[connection signal="gui_input" from="tree" to="." method="_on_Tree_gui_input"] [connection signal="pressed" from="add" to="." method="_on_add_pressed"] |
