Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Ajustando saída de som
  • Loading branch information
gustavosallesz authored Dec 9, 2024
1 parent 52a246e commit ce555dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function abrirTelaCheia(cartao)
const som = new Audio();
const textoCartao = texto.textContent.toLowerCase();
som.src = `audios/${textoCartao}.mp3`;
som.play();

let vezesReproduzidas = 0;

Expand Down

0 comments on commit ce555dc

Please sign in to comment.