We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aa7b4 commit a492369Copy full SHA for a492369
canvas-controller.js
@@ -2,7 +2,7 @@
2
// this is just to force resiez
3
//window.reload();
4
// act nvm
5
-var audioElement = new Audio('Waterflame - Hexagon Force.mp3');
+var audioElement = new Audio('audio.mp3');
6
audioElement.addEventListener("canplaythrough", event => {
7
/* the audio is now playable; play it if permissions allow */
8
audioElement.play();
0 commit comments