16 สิงหาคม 2558

Lab0 Capt







void setup(){
size(600,600);
background(#0D0D0D);
noStroke();
fill(255);
textSize(550);
text("A", 100, 500);
fill(255);

//title
textSize(30);
text("CAPTAIN AMERICA", 162, 570);

//Shield
fill(#EE0000);
ellipse(370,300,250,250);
fill(255);
ellipse(370,300,210,210);
fill(#EE0000);
ellipse(370,300,170,170);
fill(#000080);
ellipse(370,300,130,130);

//Star
beginShape();
fill(255);
vertex(370,243);
vertex(382.5 , 280.5);
vertex(420 , 280.5);
vertex(395 , 305.5);
vertex(407.5 , 343);
vertex(370 , 318);
vertex(332.5 , 343);
vertex(345 , 305.5);
vertex(320 , 280.5);
vertex(357.5 , 280.5);
endShape(CLOSE);

}

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

แสดงความคิดเห็น