add Pulsierender Cursor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
void setup() {
|
||||
size(800, 600);
|
||||
}
|
||||
void draw() {
|
||||
background(200);
|
||||
ellipse(mouseX, mouseY, frameCount%25, frameCount%25);
|
||||
}
|
||||
Reference in New Issue
Block a user