//sky// size(500,500); fill(0,0,255); rect(0,0,500,200); //grass// fill(0,255,0); rect(0,201,500,300); //sun// smooth(); fill(255,255,0); ellipseMode(CENTER); ellipse(325, 50, 50,50); //bird// smooth(); fill(255,255,255); triangle(25, 25, 75, 50, 25, 75); //head// smooth(); fill(250,255,120); ellipseMode(CENTER); ellipse(400,150,55,55); //body// smooth(); rectMode(CENTER);