i just want to know for my next project
Try using this to adjust the volume of all sounds:
/* Change 0.5 with a variable or any other number */
Howler.volume(0.5);
(I’m not sure if it’ll work, I didn’t try it yet)
This project might also be helpful:
1 Like