mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Reduce leaves in za easter egg
This commit is contained in:
parent
f4bc4c2c8b
commit
5bc3f3becf
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ function ParticlesCanvas() {
|
|||
sizeRange: [28, 31] as [number, number],
|
||||
},
|
||||
];
|
||||
imageParticleCount = particleCount / 5.8;
|
||||
imageParticleCount = particleCount / 6;
|
||||
}
|
||||
|
||||
// Kitty easter egg
|
||||
|
|
|
|||
Loading…
Reference in a new issue