This commit is contained in:
Boof 2023-03-27 12:00:53 +02:00 committed by GitHub
parent 7f82720354
commit 33df52201c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ function setup() {
createCanvas(windowWidth, windowHeight);
}
var rectX = center();
var rectY = center();
var rectX = 0;
var rectY = 0;
function draw() {
background(220);