Feature/Sound, mangling and minification #6

Merged
jusemon merged 4 commits from Feature/Sound-mangling-and-minification into main 2026-01-07 00:04:17 -05:00
Showing only changes of commit 66719912ba - Show all commits

View file

@ -153,15 +153,4 @@ export function setupMusicHandlers(
} }
canvas.focus(); canvas.focus();
}); });
setTimeout(() => {
musicSystem.resumeAudioContext();
if (music.enabled) {
music.playSequences([
{ name: 'lead', loop: true },
{ name: 'harmony', loop: true },
{ name: 'bass', loop: true },
]);
}
}, 1000);
} }