void setup() {
size(323, 200);
background(10, 185, 255);
fill(204, 102, 0);
rect(165, 110, 40, 10);
rect(145, 80, 20, 90);
fill(20, 155, 10);
ellipse(135, 46, 100, 80);
ellipse(175, 46, 100, 80);
ellipse(155, 46, 100, 80);
fill(204, 102, 0);
rect(105, 80, 20, 90);
rect(65, 80, 20, 90);
fill(20, 155, 10);
ellipse(85, 46, 100, 80);
ellipse(125, 46, 100, 80);
ellipse(105, 46, 100, 80);
ellipse(65, 46, 100, 80);
fill(155);
rect(195, 95, 10, 20);
}
void setup() {
size(323, 200);
background(150, 50, 25);
fill(200);
rect(20, 25, 140, 150);
line(25, 40, 25, 70);
line(45, 50, 45, 60);
line(40, 55, 50, 55);
line(65, 40, 65, 70);
line(90, 50, 100, 50);
line(90, 60, 100, 60);
line(120, 40, 140, 40);
line(140, 40, 140, 55);
line(120, 55, 140, 55);
line(120, 55, 120, 70);
line(120, 70, 140, 70);
line(65, 150, 80, 110);
line(95, 150, 80, 110);
line(72, 130, 87, 130);
}
void setup() {
size(323, 200);
background(11, 222, 111);
fill(255, 10, 10);
rect(60, 135, 170, 40);
rect(100, 105, 100, 30);
fill(1, 1, 1);
ellipse(100, 170, 35, 35);
ellipse(190, 170, 35, 35);
fill(200)
ellipse(100, 170, 30, 30);
ellipse(190, 170, 30, 30);
rect(110, 110, 35, 20);
rect(155, 110, 35, 20);
fill(1, 1, 1);
ellipse(100, 170, 20, 20);
ellipse(190, 170, 20, 20);
fill(255);
ellipse(70, 150, 15, 10);
}
No comments:
Post a Comment