Skip to content

Commit

Permalink
More splash flavors (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegu5 authored Oct 19, 2024
1 parent 309d92b commit e33c72f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/splashscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,17 @@ const possibleSplashFlavors: string[] = [
"Stats don't matter.",
"Don't sweat it!",
"Input Failed 3",
"Brian from Krunker"
"Brian from Krunker",
"525",
"novisgravitas",
"Freezing Aim...",
"Nyoom",
"Colon Three",
"Shrimply Mantastic",
"Now with cloudy skies!",
"There's so much to look forward to!",
"What's gonna work? Teamwork!",
"Krunkin into the sunset"
];

const splashFlavor = possibleSplashFlavors[Math.floor(Math.random() * possibleSplashFlavors.length)];
Expand Down

0 comments on commit e33c72f

Please sign in to comment.