1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Make GraphEdit toolbar more customizable

Also adds a semi-transparent background
to make the toolbar stand out in front of nodes.
This commit is contained in:
Yuri Sizov
2023-10-02 13:43:08 +02:00
parent 5e19247c72
commit b07c664af9
14 changed files with 284 additions and 88 deletions

View File

@@ -1040,7 +1040,7 @@ void AnimationNodeBlendTreeEditor::edit(const Ref<AnimationNode> &p_node) {
}
add_node->set_disabled(read_only);
graph->set_arrange_nodes_button_hidden(read_only);
graph->set_show_arrange_button(!read_only);
}
AnimationNodeBlendTreeEditor::AnimationNodeBlendTreeEditor() {