1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

update list of songs in music player

This commit is contained in:
mat 2024-06-24 22:01:01 +00:00
parent bc383cf128
commit 6c3a892345
8 changed files with 15 additions and 9 deletions

View file

@ -19,15 +19,21 @@
}
}
const SONGS = [
'C418 - Biome Party',
'Garoad - Every Day Is Night',
'Peppsen - Blueprint',
'Epic Mountain - Stellar Engines',
"Toby Fox - A CYBER'S WORLD?",
'Toby Fox - Faint Glow',
'Toby Fox - My Castle Town',
]
const SONGS = `2 Mello - Mirror Temple (Mirror Magic Mix)
C418 - Biome Party
Epic Mountain - Stellar Engine
Garoad - Every Day is Night
Garoad - Good For Health, Bad For Education
Garoad - Heart Of The City
HOME - 17
Ian Taylor - Autumn Voyage
Kupla - Noir
Kuraine - Summit (No More Running Mix)
Makeup and Vanity Set - Search the Night
Peppsen - Blueprint
Peppsen - Split
Toby Fox - A CYBER'S WORLD_
VØJ - Moonlit`.split('\n')
function shuffleArray(array: any[]) {
for (var i = array.length - 1; i > 0; i--) {
var j = Math.floor(Math.random() * (i + 1))