//Alicia Hadley //Project 0 //CRN 93042 size(500,500); //screen size fill(30,144,255); //sky rect(0,0,500,160); fill(34,139,34); //grass rect(0,150,500,500); fill(47,79,79); //base of house square(385,150,80); fill(255,0,0); //door rect(412,190,30,40); fill(255,0,0); //roof triangle(385,150,465,150,425,100); fill(245,222,179); //head ellipseMode (CENTER); ellipse(150,350,70,75); fill(0); //eyes ellipse(135,348,15,29); ellipse(165,348,15,29); fill(153,50,204); //body rect(135,385,30,60); //shirt text textSize(10); fill(255); text("G&D",140,400); stroke(0); line(145,445,130,475); //left leg line(155,445,170,475); //right leg // tree stroke(139,69,19); fill(139,69,19); rectMode(CORNER); rect(75,125,20,25); //leaves green stroke(34,139,34); fill(34,139,34); triangle(60,125,110,125,85,90); //sun stroke(255,255,0); fill(255,255,0); ellipse( 50,40,30,30); //dog body stroke(184,134,11); fill(184,134,11); rect(225,270,70,30); //dog head stroke(184,134,11); fill(184,134,11); rect(283,244,30,25); //dog eye stroke(255,69,0); fill(255,69,0); ellipse(290,255,5,5); ellipse(305,255,5,5); // dog tail stroke(255,69,0); fill(255,69,00); line(224,270,219,235); //Text Alicia's textSize(25); stroke(255); fill(255); text("Alicia's Static Project 0", 200,25);