Merge pull request #61459 from reduz/new-shader-editor

This commit is contained in:
Rémi Verschelde
2022-06-20 15:27:16 +02:00
committed by GitHub
6 changed files with 230 additions and 84 deletions

View File

@@ -7054,7 +7054,6 @@ EditorNode::EditorNode() {
add_editor_plugin(VersionControlEditorPlugin::get_singleton());
add_editor_plugin(memnew(ShaderEditorPlugin));
add_editor_plugin(memnew(ShaderFileEditorPlugin));
add_editor_plugin(memnew(VisualShaderEditorPlugin));
add_editor_plugin(memnew(Camera3DEditorPlugin));
add_editor_plugin(memnew(ThemeEditorPlugin));