aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-11-09 00:49:18 -0300
committerJuan Linietsky2015-11-09 00:49:18 -0300
commit61c4c5795ff9057b1c67142758418a4f982a0241 (patch)
tree1294f7ac66e4a364433224f09160c8435a9aca71 /tools/editor/editor_node.cpp
parent3fcfdfec0ac5175f55527b3ec95d14d48bf29dd2 (diff)
downloadgodot-61c4c5795ff9057b1c67142758418a4f982a0241.tar.gz
godot-61c4c5795ff9057b1c67142758418a4f982a0241.tar.zst
godot-61c4c5795ff9057b1c67142758418a4f982a0241.zip
-support for stereo ima-adpcm sample compression & playback
-support for converting samples to ima-adpcm upon export
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index a3d7cbd7c..5f5f554ef 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -5488,6 +5488,7 @@ EditorNode::EditorNode() {
editor_import_export->add_import_plugin( Ref<EditorTranslationImportPlugin>( memnew(EditorTranslationImportPlugin(this))));
editor_import_export->add_export_plugin( Ref<EditorTextureExportPlugin>( memnew(EditorTextureExportPlugin)));
+ editor_import_export->add_export_plugin( Ref<EditorSampleExportPlugin>( memnew(EditorSampleExportPlugin)));
add_editor_plugin( memnew( CanvasItemEditorPlugin(this) ) );
add_editor_plugin( memnew( SpatialEditorPlugin(this) ) );