format und variablen

This commit is contained in:
2023-09-26 12:28:28 +02:00
parent 4d84f83ac5
commit c00b7c1e38
10 changed files with 47 additions and 18 deletions

View File

@@ -3,10 +3,7 @@ void setup() {
background(255);
// Viereck in der mitte
fill(0);
quad(50,50,
150,50,
150,150,
50,150);
quad(50, 50, 150, 50, 150, 150, 50, 150);
}
void draw() {
// Radiergummi