Please visit my new address: https://coxxect.blogspot.com/
void setup() { size(400, 300); background(0); stroke(255); } void draw() { if(mousePressed){ point(mouseX, mouseY); } }
No comments:
Post a Comment