Merge pull request #8901 from tagcup/path_editor_plugin
Revive PathEditorPlugin.
This commit is contained in:
commit
ef66f8451c
3 changed files with 195 additions and 238 deletions
|
|
@ -5944,7 +5944,7 @@ EditorNode::EditorNode() {
|
|||
add_editor_plugin(memnew(Particles2DEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(GIProbeEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(Path2DEditorPlugin(this)));
|
||||
//add_editor_plugin( memnew( PathEditorPlugin(this) ) );
|
||||
add_editor_plugin(memnew(PathEditorPlugin(this)));
|
||||
//add_editor_plugin( memnew( BakedLightEditorPlugin(this) ) );
|
||||
add_editor_plugin(memnew(Line2DEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(Polygon2DEditorPlugin(this)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue