Add MP3 and WAV sound support

This commit is contained in:
JannisX11 2021-06-13 12:26:56 +02:00
parent 9ee1c65152
commit 7a7899eb31

View File

@ -701,7 +701,7 @@ BARS.defineActions(function() {
} else {
Blockbench.import({
resource_id: 'animation_audio',
extensions: ['ogg'],
extensions: ['ogg', 'wav', 'mp3'],
type: 'Audio File',
startpath: Timeline.selected[0].data_points[0].file
}, function(files) {