forked from Simnation/Main
tv
This commit is contained in:
parent
4de5010eaa
commit
4e8bdc2bb3
2 changed files with 29 additions and 15 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue