mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
add "light" to mouse pos
This commit is contained in:
parent
ff5fc628dd
commit
5ee8400328
@ -25,9 +25,9 @@ class Mover {
|
|||||||
force.setMag(strength);
|
force.setMag(strength);
|
||||||
this.applyForce(force);
|
this.applyForce(force);
|
||||||
|
|
||||||
// noStroke();
|
noStroke();
|
||||||
// fill("lightgreen");
|
fill(100, 100, 50, 100);
|
||||||
// ellipse(mouseX, mouseY, 30);
|
ellipse(mouseX, mouseY, 30);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user