function setup() { createCanvas(800, 800); background(200); fill(150, 0, 0); rect(0, 0, 60, 150); translate(200, 120); rotate(0.5); scale(1.5); fill(0, 150, 0); rect(0, 0, 60, 150); }