Reduce cat amount

This commit is contained in:
Cooper Ransom 2024-02-28 21:30:21 -05:00
parent ab71b24024
commit 917f4e7e7c

View file

@ -206,7 +206,7 @@ function ParticlesCanvas() {
sizeRange: [28, 34] as [number, number],
},
];
imageParticleCount = particleCount / 4.5;
imageParticleCount = particleCount / 5;
}
// HOIST THE SAIL (of particles)!