Feature/Sound, mangling and minification #6
1 changed files with 0 additions and 11 deletions
|
|
@ -153,15 +153,4 @@ export function setupMusicHandlers(
|
|||
}
|
||||
canvas.focus();
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
musicSystem.resumeAudioContext();
|
||||
if (music.enabled) {
|
||||
music.playSequences([
|
||||
{ name: 'lead', loop: true },
|
||||
{ name: 'harmony', loop: true },
|
||||
{ name: 'bass', loop: true },
|
||||
]);
|
||||
}
|
||||
}, 1000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue