Compare commits

...

3 Commits
main ... legacy

Author SHA1 Message Date
Sriram Hariharan
a642d0d9d2 Merge pull request #46 from DereC4/a-fun-branch 2023-09-17 14:31:01 -05:00
Derek Chen
17e0ac9465 Update config.js 2023-04-02 23:50:22 -05:00
Derek Chen
8cdd04f0b4 Update config.js 2023-04-02 23:48:29 -05:00

View File

@@ -49,6 +49,9 @@ Export.png_options = {
class Popup {}
Popup.num_semesters = 2;
/*
* Funny comments that popup when no classes have been chosen
*/
class Text {}
Text.emptyText = function () {
let arr = [
@@ -77,6 +80,9 @@ Text.emptyText = function () {
"Midterm 1 has been Unmuted",
"Omae Wa Mou Shindeiru...",
"Bevo Bucks are the new Bitcoin",
"Every day, another brick disappears from Speedway",
"The GDC will annex the EER one day",
"To hike to Kins, or not to hike to Kins...",
];
let index = Math.floor(Math.random() * arr.length);