Greasy Fork is available in English.

Behind PB Sound Script

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

Аўтар
Jstris Customization Database
Daily installs
0
Total installs
61
Рэйтынг
0 0 0
Версія
0.3
Створаны
11.06.2019
Абноўлены
17.06.2019
Памер
4.7 КБ
Ліцэнзія
Н/Д
Applies to

■ Enable the PB Sound by going to Settings → + → Behind PB Sound and/or Behind map record sound
■ 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");