xxxxxxxxxx
59
function setup() {
createCanvas(400, 400);
}
function draw() {
background(93, 64, 52);
stroke (93, 64, 53)
strokeWeight (22)
fill(134, 156, 221)
rect (0, 200, 400, 400)
stroke (134, 156, 221)
strokeWeight (3)
fill(93, 64, 53)
stroke (134, 156, 221)
strokeWeight(0)
fill(218, 232, 209);
rect(50, 130, 30, 150);
rect (50, 110, 130, 30)
rect (50, 250, 130, 30)
rect (50, 175, 130, 30)
rect(70, 120, 40, 150);
quad(230, 230, 210, 170, 340, 280, 290, 280)
stroke (218, 232, 209)
strokeWeight(5)
rect(200, 112, 50, 170);
stroke (218, 232, 209)
strokeWeight(9)
rect(220, 114.5, 95, 95, 30);
stroke (134, 156, 221)
strokeWeight (0)
fill(93, 64, 53)
rect (245, 130, 60, 68, 10, 20, 20, 5);
}