xxxxxxxxxx
185
function setup() {
createCanvas(550, 550);
}
function draw() {
background(240, 194, 239);
fill(85,85,88);
noStroke();
rect(20,200,300,150);
rect(340,200,190,150);
fill(255,166,154);
ellipse(60,230,40,40);
fill(255,106,122);
ellipse(60,275,40,40);
fill(255,59,132);
ellipse(60,320,40,40);
fill(255,165,133);
ellipse(115,230,40,40);
fill(255,125,74);
ellipse(115,275,40,40);
fill(235, 28, 69);
ellipse(115,320,40,40);
fill(255,166,154);
ellipse(170,230,40,40);
fill(255,106,122);
ellipse(170,275,40,40);
fill(255,59,132);
ellipse(170,320,40,40);
fill(255,165,133);
ellipse(225,230,40,40);
fill(255,125,74);
ellipse(225,275,40,40);
fill(235, 28, 69);
ellipse(225,320,40,40);
fill(255,166,154);
ellipse(280,230,40,40);
fill(255,106,122);
ellipse(280,275,40,40);
fill(255,59,132);
ellipse(280,320,40,40);
stroke(96, 181, 214);
strokeWeight(20);
line(360,221,423,221);
stroke(40, 147, 184);
line(360,246,423,246);
stroke(60,147,173);
line(360,272,423,272);
stroke(52, 126, 148);
line(360,298,423,298);
stroke(52, 110, 128);
line(360,324,423,324);
stroke(52, 110, 128);
line(447,221,510,221);
stroke(52, 126, 148);
line(447,246,510,246);
stroke(60,147,173);
line(447,272,510,272);
stroke(40, 147, 184);
line(447,298,510,298);
stroke(96, 181, 214);
line(447,324,510,324);
noStroke();
fill(1,1,1);
rect(40,45,16,100);
rect(90,45,16,100);
fill(238,249,255);
ellipse(48,30,30,35);
ellipse(48,160,30,35);
ellipse(98,30,30,35);
ellipse(98,160,30,35);
fill(146,73,14);
rect(150,40,350,50,30);
fill(177,121,74)
rect(150,130,330,20,8);
fill(0,0,0);
rect(445,35,60,60,20);
rect(460,125,30,30,10);
fill(222, 224, 227);
rect(400,40,50,50);
rect(410,130,50,20);
fill(148,105,171);
rect(20,420,80,100,10);
fill(0,189,146);
rect(125,420,80,100,10);
fill(220,59,113);
rect(230,420,80,100,10);
fill(255,172,101);
rect(335,420,80,100,10);
fill(118,198,81);
rect(440,420,80,100,10);
fill(0,0,0);
rect(42,370,34,55,5);
rect(147,370,34,55,5);
rect(252,370,34,55,5);
rect(357,370,34,55,5);
rect(462,370,34,55,5);
}