mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 04:23:34 +00:00
Merge pull request #63479 from DarkKilauea/nav-link
This commit is contained in:
@@ -170,6 +170,7 @@
|
||||
#include "editor/plugins/mesh_instance_3d_editor_plugin.h"
|
||||
#include "editor/plugins/mesh_library_editor_plugin.h"
|
||||
#include "editor/plugins/multimesh_editor_plugin.h"
|
||||
#include "editor/plugins/navigation_link_2d_editor_plugin.h"
|
||||
#include "editor/plugins/navigation_polygon_editor_plugin.h"
|
||||
#include "editor/plugins/node_3d_editor_plugin.h"
|
||||
#include "editor/plugins/occluder_instance_3d_editor_plugin.h"
|
||||
@@ -7349,6 +7350,7 @@ EditorNode::EditorNode() {
|
||||
add_editor_plugin(memnew(GPUParticles2DEditorPlugin));
|
||||
add_editor_plugin(memnew(LightOccluder2DEditorPlugin));
|
||||
add_editor_plugin(memnew(Line2DEditorPlugin));
|
||||
add_editor_plugin(memnew(NavigationLink2DEditorPlugin));
|
||||
add_editor_plugin(memnew(NavigationPolygonEditorPlugin));
|
||||
add_editor_plugin(memnew(Path2DEditorPlugin));
|
||||
add_editor_plugin(memnew(Polygon2DEditorPlugin));
|
||||
|
||||
Reference in New Issue
Block a user