Behind PB Sound Script

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

اعتبارا من 13-06-2019. شاهد أحدث إصدار.

المؤلف
Jstris Customization Database
التقييمات
0 0 0
الإصدار
0.1
تم إنشاؤه
11-06-2019
تم تحديثه
13-06-2019
Size
3.79 KB
الترخيص
لا يوجد
ينطبق على

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