This commit is contained in:
Boof 2023-03-27 11:47:42 +02:00 committed by GitHub
parent 0e58223007
commit 77899a2bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ var rectY = 200;
function draw() {
background(220);
rect(rectX, rectY, 30, 20, 40, 40, 20);
rect(rectX, rectY, 40, 40, 20);
//For (var BEGIN; END; INTERVAL){
//DO SOMETHING }
for (var x = 0; x < width; x += width / 40) {