mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-30 08:01:18 -04:00
remove outdated audio from playground
This commit is contained in:
parent
c0d57b4b6b
commit
4298f4865f
22 changed files with 0 additions and 179 deletions
playground
|
@ -37,9 +37,6 @@ window.onload = function() {
|
|||
window.renderer = renderer;
|
||||
vm.attachRenderer(renderer);
|
||||
|
||||
// Instantiate audio engine
|
||||
window.audioEngine = new window.AudioEngine();
|
||||
|
||||
// Instantiate scratch-blocks and attach it to the DOM.
|
||||
var workspace = window.Blockly.inject('blocks', {
|
||||
media: './media/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue