mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
Add MP3 and WAV sound support
This commit is contained in:
parent
9ee1c65152
commit
7a7899eb31
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user