diff options
| author | Juan Linietsky | 2018-02-21 17:23:27 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-02-21 17:24:00 -0300 |
| commit | 7cd867c3fe48187dced1060dedb22cc82f5aa094 (patch) | |
| tree | 960b81fff36df59f16ec761f30e848f05d081e67 /editor/editor_node.cpp | |
| parent | 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5 (diff) | |
| download | godot-7cd867c3fe48187dced1060dedb22cc82f5aa094.tar.gz godot-7cd867c3fe48187dced1060dedb22cc82f5aa094.tar.zst godot-7cd867c3fe48187dced1060dedb22cc82f5aa094.zip | |
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index c58461993..813257547 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -99,6 +99,7 @@ #include "editor/plugins/script_text_editor.h" #include "editor/plugins/shader_editor_plugin.h" #include "editor/plugins/shader_graph_editor_plugin.h" +#include "editor/plugins/skeleton_2d_editor_plugin.h" #include "editor/plugins/spatial_editor_plugin.h" #include "editor/plugins/sprite_editor_plugin.h" #include "editor/plugins/sprite_frames_editor_plugin.h" @@ -5673,6 +5674,7 @@ EditorNode::EditorNode() { add_editor_plugin(memnew(MeshLibraryEditorPlugin(this))); add_editor_plugin(memnew(StyleBoxEditorPlugin(this))); add_editor_plugin(memnew(SpriteEditorPlugin(this))); + add_editor_plugin(memnew(Skeleton2DEditorPlugin(this))); add_editor_plugin(memnew(ParticlesEditorPlugin(this))); add_editor_plugin(memnew(ResourcePreloaderEditorPlugin(this))); add_editor_plugin(memnew(ItemListEditorPlugin(this))); |
