Skip to content

Commit

Permalink
Set timer back to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDW committed Jul 2, 2024
1 parent 405c346 commit 322bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function ready() {
const soundToggle = document.querySelector('#sound');
/** @type {HTMLButtonElement} */
const musicToggle = document.querySelector('#music');
const game = new MemoryGame(180, board, 4, soundToggle, musicToggle);
const game = new MemoryGame(60, board, 4, soundToggle, musicToggle);
const overlays = Array.from(document.querySelectorAll('.overlay'));

board.addEventListener('click', (e) => {
Expand Down

0 comments on commit 322bab1

Please sign in to comment.