Fix the way the examples display :/

:/
This commit is contained in:
Prokube 2021-05-12 16:05:53 -07:00 committed by GitHub
parent 54d4726b7e
commit a895532e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,15 +80,24 @@ Underneath the song list, there should be another array called "weekNames". Crea
=====
var weekNames:Array<String> = [
"How to Funk",
"Daddy dearest",
"Spooky Month",
"PICO",
"Mommy Must Murder",
"Red Snow",
"Hating Simulator ft. Moawlings",
"Tankman"
];
"How to Funk",
"Daddy dearest",
"Spooky Month",
"PICO",
"Mommy Must Murder",
"Red Snow",
"Hating Simulator ft. Moawlings",
"Tankman"
];
=====