format und variablen
This commit is contained in:
@@ -6,6 +6,5 @@ void draw() {
|
||||
background(255);
|
||||
|
||||
rectMode(CORNERS);
|
||||
rect(50, 50,
|
||||
mouseX, mouseY);
|
||||
rect(50, 50, mouseX, mouseY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user