mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Reduce leaves in za easter egg #2
This commit is contained in:
parent
5bc3f3becf
commit
ab71b24024
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ function ParticlesCanvas() {
|
||||||
sizeRange: [28, 31] as [number, number],
|
sizeRange: [28, 31] as [number, number],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
imageParticleCount = particleCount / 6;
|
imageParticleCount = particleCount / 6.35;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Kitty easter egg
|
// Kitty easter egg
|
||||||
|
|
Loading…
Reference in a new issue