mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Reduce cat amount
This commit is contained in:
parent
ab71b24024
commit
917f4e7e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ function ParticlesCanvas() {
|
|||
sizeRange: [28, 34] as [number, number],
|
||||
},
|
||||
];
|
||||
imageParticleCount = particleCount / 4.5;
|
||||
imageParticleCount = particleCount / 5;
|
||||
}
|
||||
|
||||
// HOIST THE SAIL (of particles)!
|
||||
|
|
|
|||
Loading…
Reference in a new issue