Behind PB Sound Script

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

Ajankohdalta 18.9.2020. Katso uusin versio.

Tekijä
Jstris Customization Database
Arvostelut
0 0 0
Versio
0.3
Luotu
11.6.2019
Päivitetty
18.9.2020
Size
4,71 kt
Lisenssi
N/A
Käytössä

■ 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");