WIP: The MuSiCaL Update #1
@@ -25,7 +25,9 @@
|
||||
} else {
|
||||
song = "/Music/bgm/" + lines[randint]
|
||||
}
|
||||
//could be useful
|
||||
//window.addEventListener('DOMContentLoaded', newLine);
|
||||
}
|
||||
//could be useful
|
||||
function getSongTitle() {
|
||||
console.log("song info for", randint)
|
||||
let titles = ["Another Medium", "CORE", "Death by Glamour", "Studiopolis Act 1 (Lights, Camera, Action!)", "Studiopolis Act 2", "Select a kart", "Creative Exersise", "Monkeys", "Still Alive", "Remix 4", "Main Menu", "24 Hour Cinderella", "The Ruins"]
|
||||
@@ -33,8 +35,6 @@
|
||||
console.log(titles[randint], "from ", games[randint])
|
||||
|
||||
}
|
||||
//window.addEventListener('DOMContentLoaded', newLine);
|
||||
}
|
||||
//ok, now we actually do stuff
|
||||
SongRNG()
|
||||
//just in case the user has autoplay disabled because they probably do
|
||||
|
||||
Reference in New Issue
Block a user