mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Decrease fishie particles
This commit is contained in:
parent
ac0cb22e38
commit
f942e6cf6b
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ function ParticlesCanvas() {
|
||||||
sizeRange: [48, 56] as [number, number],
|
sizeRange: [48, 56] as [number, number],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
imageParticleCount = particleCount * 0.085;
|
imageParticleCount = particleCount * 0.075;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Weed easter egg
|
// Weed easter egg
|
||||||
|
|
Loading…
Reference in a new issue