[suggestion] Battle sound notification

Tag each thread title with [IDEA] or [SUGGESTION].
Post Reply
Fiskerman
Posts: 25
Joined: Mon Apr 27, 2020 11:13 am

[suggestion] Battle sound notification

Post by Fiskerman » Mon Jul 13, 2020 12:32 pm

I currently have the battle sound notification disabled since its way to loud.

So my suggestion would be to make the sound level adjustable, not only on/off.

Fiskerman
Posts: 25
Joined: Mon Apr 27, 2020 11:13 am

Re: [suggestion] Battle sound notification

Post by Fiskerman » Mon Jul 13, 2020 12:51 pm

ok i did some testing in the developer console

this is how you can set the volume, between 0-1.

//set volume to 20%
document.getElementById('battle-alert').volume = 0.2
//play sound
document.getElementById('battle-alert').play()

Nuvelle
Posts: 80
Joined: Wed Dec 11, 2019 9:21 am

Re: [suggestion] Battle sound notification

Post by Nuvelle » Mon Jul 13, 2020 2:42 pm

I will log it as a bug and see if we cant also set a volume level in your profile :)

Post Reply