Skip to content

Commit

Permalink
push code
Browse files Browse the repository at this point in the history
  • Loading branch information
mearjuntripathi committed May 29, 2024
1 parent 0b9d8dc commit c6b262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tictactoe/assets/script/multiplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MultiPlayer {
this.mode = move ? 'x' : 'o';
this.opponent.id = id;
this.opponent.name = opponent;
let start = new Audio('./assets/tune/tune.mp3');
let start = new Audio('./assets/tune/begin.mp3');
start.play();
this.panel.innerHTML = "";

Expand Down

0 comments on commit c6b262b

Please sign in to comment.