void setup() {
size(500, 500);
background(255);
fill(0); //hair
quad(280, 70, 300, 80,280, 100, 280, 90);
fill(0);
ellipse(280, 100, 25, 25);
fill(0);
ellipse(270, 125, 35, 35);
fill(0);
ellipse(260, 150, 40, 40);
fill(0);
ellipse(250, 180, 50, 50);
stroke(0); //face
fill(#FFEDB9);
ellipse(250, 300, 200, 250);
noFill(); //mouth
stroke(0);
curve(320,250,220,350,280,350,180,250);
noFill(); //eye l
stroke(0);
curve(100,270,190,275,230,290,200,320);
noFill(); //eye r
stroke(0);
curve(300,320,270,290,310,275,400,270);
stroke(0); //nose
fill(0);
ellipse(250,320,3,3);
stroke(#FCA88A); //cheek l
fill(#FCA88A);
ellipse(185, 335, 30, 30);
stroke(#FCA88A); //cheek r
fill(#FCA88A);
ellipse(315, 335, 30, 30);
stroke(0); //hand l
fill(#FFEDB9);
ellipse(180, 410, 60, 60);
stroke(0); //hand r
fill(#FFEDB9);
ellipse(320, 410, 60, 60);
textSize(60); //name book
fill(#1104B4);
text("REBORN!",130,60);
}

ไม่มีความคิดเห็น:
แสดงความคิดเห็น