This commit is contained in:
Boof 2023-03-27 11:44:49 +02:00 committed by GitHub
parent 0153163a56
commit c1c655de3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
function setup() {
createCanvas(400, 400);
createCanvas(displayWidth, displayHeight);
}
var rectX = 200;