//home
background(0,80,150);
//cloud
ellipse(80,10,30,10);
ellipse(70,15,20,5);
//sun
fill(225,0,0);
ellipse(20,20,20,20);
noFill();
//home
fill(225,225,225);
rect(30, 50, 40, 40);
rect(45,60,10,20);
fill(205,50,10);
triangle(30, 50, 50, 30, 72, 50);
noFill();
//land
fill(0,100,0);
ellipse(50,150,160,160);
noFill();
//tree
fill(30,0,0);
triangle(10,80,12,50,20,75);
fill(0,180,0);
ellipse(8,55,15,10);
ellipse(10,50,15,10);
ellipse(16,55,15,10);
ไม่มีความคิดเห็น:
แสดงความคิดเห็น