1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
This commit is contained in:
Cooper Ransom 2024-02-28 13:09:29 -05:00
commit aba645817c

View file

@ -160,7 +160,7 @@ function ParticlesCanvas() {
} }
// Fish easter egg // Fish easter egg
const shouldShowFishie = Math.floor(Math.random() * 80) > 69; const shouldShowFishie = Math.floor(Math.random() * 75) > 69;
if (shouldShowFishie) { if (shouldShowFishie) {
imageOverride = [ imageOverride = [
{ {
@ -172,7 +172,7 @@ function ParticlesCanvas() {
} }
// Weed easter egg // Weed easter egg
const shouldShowZa = Math.floor(Math.random() * 560) > 420; const shouldShowZa = Math.floor(Math.random() * 435) > 420;
if (shouldShowZa) { if (shouldShowZa) {
imageOverride = [ imageOverride = [
{ {
@ -184,7 +184,7 @@ function ParticlesCanvas() {
} }
// Kitty easter egg // Kitty easter egg
const shouldShowCat = Math.floor(Math.random() * 100) > 50; const shouldShowCat = Math.floor(Math.random() * 83) > 50;
if (shouldShowCat) { if (shouldShowCat) {
imageOverride = [ imageOverride = [
{ {