diff options
| author | Juan Linietsky | 2015-11-09 00:49:18 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-11-09 00:49:18 -0300 |
| commit | 61c4c5795ff9057b1c67142758418a4f982a0241 (patch) | |
| tree | 1294f7ac66e4a364433224f09160c8435a9aca71 /tools/editor/editor_node.cpp | |
| parent | 3fcfdfec0ac5175f55527b3ec95d14d48bf29dd2 (diff) | |
| download | godot-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.cpp | 1 |
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) ) ); |
