mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-30 16:17:41 +01:00
Merge pull request #565 from blackvid/fish-patch
Improved fish generation
This commit is contained in:
commit
66001a16bc
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ function ParticlesCanvas() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fish easter egg
|
// Fish easter egg
|
||||||
const shouldShowFishie = Math.floor(Math.random() * 600) === 1;
|
const shouldShowFishie = Math.floor(Math.random() * 600) === 69;
|
||||||
if (shouldShowFishie) {
|
if (shouldShowFishie) {
|
||||||
imageOverride = [
|
imageOverride = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue