mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-24 09:31:13 +01: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…
x
Reference in New Issue
Block a user