This commit is contained in:
Boof 2023-03-27 11:59:10 +02:00 committed by GitHub
parent 08a85d73c9
commit 7f82720354
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 = 200;
var rectY = 200;
var rectX = center();
var rectY = center();
function draw() {
background(220);