//modification size(300,500); rectMode(CENTER); smooth(); background(125); //cap noStroke(); fill(255,175,0); rect(150,100,200,25); //face fill(75); noStroke(); rect(150,150,200,100); //eyes fill(0); stroke(125); strokeWeight(5); ellipse(75,125,25,25); ellipse(125,125,25,25); ellipse(175,125,25,25); ellipse(225,125,25,25); //torso noStroke(); fill(255,175,0); rect(150,175,200,50); //torso grey noStroke(); fill(75); rect(75,175,50,50); //legs noStroke(); fill(255,175,0); rect(150,300,200,200); //cut out noStroke(); fill(125); triangle(150,400,100,200,200,200); //base noStroke(); fill(0); rect(150,400,200,10);