Behind PB Sound Script

plays a warning sound when you are behind your personal best (PB)

От 11.06.2019. Виж последната версия.

Автор
Jstris Customization Database
Рейтинг
0 0 0
Версия
0.1
Създаден
11.06.2019
Обновен
11.06.2019
Размер
4 КБ
Лиценз
Няма
Работи на

■ To change the sound it makes, replace the res/se0/fault.wav in this line: var snd = new Audio(website + "res/se0/fault.wav"); with a sound URL, and remove the "website + " section as well.
■ For example, like this: var snd = new Audio("https://ecdldaiiere.github.io/Eddiez-Soundz/nuclearwarning.mp3");