Behind PB Sound Script

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Jstris Customization Database
1日のインストール数
0
累計インストール数
60
評価
0 0 0
バージョン
0.3
作成日
2019/06/11
更新日
2019/06/17
大きさ
4.71KB
ライセンス
不明
対象サイト

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