Skip to content

Commit

Permalink
Update mySketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 30, 2024
1 parent a775f82 commit e70f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketches/my-pond/mySketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function setup() {
cursor(HAND);


// Create fishes
// Create more independent fishes
for (let n = 0; n < numBoids; n++) {
let location2 = createVector(random(100, width - 100), random(100, height - 100));
let fish = new Fish(location2, random(1.0, 3.5), 0.2);
Expand Down

0 comments on commit e70f1e0

Please sign in to comment.