SketchBook

husen

function setup() {
createCanvas(windowWidth,
windowHeight);
background(300, 284, 145);
}

function draw() {
noStroke();
fill(frameCount, 388 + frameCount, 300, 2);
rect(frameCount, height * 0.55,
95, height * 0.5);
}