change note on combo

This commit is contained in:
2023-12-06 01:07:15 +01:00
parent 365fb17694
commit 048d17e041
11 changed files with 46 additions and 44 deletions

View File

@ -45,8 +45,10 @@ function newGame(event) {
settings.form.classList.add('was-validated')
} else {
const audioContext = new AudioContext()
for(const sound of document.getElementsByTagName("audio"))
for(const sound of document.getElementsByTagName("audio")) {
sound.preservesPitch = false
audioContext.createMediaElementSource(sound).connect(audioContext.destination)
}
levelInput.name = "level"
levelInput.disabled = true