mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +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
|
||||
const shouldShowFishie = Math.floor(Math.random() * 600) === 1;
|
||||
const shouldShowFishie = Math.floor(Math.random() * 600) === 69;
|
||||
if (shouldShowFishie) {
|
||||
imageOverride = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue