mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
Reference changes for 2.0
This commit is contained in:
@@ -11,7 +11,7 @@ class Boid {
|
||||
|
||||
Boid(PVector l, float ms, float mf) {
|
||||
acc = new PVector(0,0);
|
||||
vel = new PVector(random(-1,1),random(-1,1));
|
||||
vel = new PVector(random(-1,1), random(-1,1));
|
||||
loc = l.get();
|
||||
r = 2.0;
|
||||
maxspeed = ms;
|
||||
|
||||
Reference in New Issue
Block a user