diff --git a/boid.js b/boid.js index ceea4c5..4d329f7 100644 --- a/boid.js +++ b/boid.js @@ -8,7 +8,7 @@ export default class Boid { this.acceleration = p5.createVector() this.maxForce = 0.2 this.maxSpeed = 4 - this.r = 10 + this.r = 12 } align(p5, boids) {