fill(2, 132, 171);
textSize(30);
text("ROBO BUNNY!", 10, 30);
textSize(15);
text("SO SOFT! DON'T GO TO SLEEP WITHOUT ONE!", 13, 68);
fill(156, 156, 156);
noStroke();
ellipse(200,271,160,164);//face
ellipse(151,145,60,120);
ellipse(245,145,60,120);
fill(92, 91, 91);
ellipse(170,240,50,50);
ellipse(230,240,50,50);
fill(0, 0, 0);
ellipse(170,240,40,40);//eyes
ellipse(230,240,40,40);
fill(0, 204, 255);
ellipse(230,240,15,15);// pupils
ellipse(170,240,15,15);
stroke(0, 0, 0);
fill(255, 255, 255);
line(150,300,251,300);
rect(200,300,20,20);
rect(179,300,20,22);

No comments:
Post a Comment