size(600, 350);
background(#7a92be);
fill(#7a92be);
stroke(255);
strokeWeight(3);
ellipse(100, 100, 200, 200); //wheel_1
ellipse(100, 100, 180, 180); //wheel_2
ellipse(100, 100, 100, 100); //wheel_3
fill(255);
ellipse(100, 100, 30, 30); //wheel_4
noStroke();
fill(#fabeca); //benchPink
ellipse(50, 20, 10, 10);
ellipse(50, 40, 40, 40);
fill(#fff3a9); //benchYellow
ellipse(180, 50, 10, 10);
ellipse(180, 70, 40, 40);
fill(#cbb1ce); //benchViolet
ellipse(160, 175, 10, 10);
ellipse(160, 195, 40, 40);
fill(#b5efd6); //benchGreen
ellipse(20, 150, 10, 10);
ellipse(20, 170, 40, 40);
stroke(255);
strokeWeight(6);
line(85, 100, 0, 350); //poleL
line(115, 100, 200, 350); //poleR
fill(0);
textSize(60);
text("PASSENGER", 210, 70); //text"PASSENGER"
textSize(100);
text("LET", 400, 170); //text"LET"
text("HER", 300, 250); //text"HER"
text("GO", 200, 330); //text"GO"
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น