This commit is contained in:
Nordi98 2025-06-10 02:14:35 +02:00
parent 4de5010eaa
commit 4e8bdc2bb3
2 changed files with 29 additions and 15 deletions

View file

@ -17,7 +17,7 @@ let currentTip = 0;
let progress = 0;
const music = document.getElementById('backgroundMusic');
const musicBtn = document.getElementById('toggleMusic');
let musicPlaying = false;
let musicPlaying = true;
// Function to update the loading tip
function updateTip() {