mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-01 15:36:00 +00:00
Merge pull request #565 from blackvid/fish-patch
Improved fish generation
This commit is contained in:
commit
66001a16bc
|
@ -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