noStroke(); var drawBody = function() { fill(132, 82, 44); rect(100, 123, 200, 200); arc(200, 125, 200, 200); image(getImage("cute/GrassBlock"), 0, 200, 400, 177); }; drawBody(); var drawFace = function() { fill(204, 33, 81); ellipse(200, 152, 75, 50); fill(132, 82, 44); triangle(200, 9, 135, 59, 254, 57); strokeWeight(2); fill(43); stroke(0); quad(139, 56, 101, 122, 299, 124, 251, 55); fill(0); ellipse(165, 90, 10, 58); ellipse(235, 90, 10, 58); fill(194, 184, 184); ellipse(165, 70, 6, 13); ellipse(235, 70, 6, 13); noStroke(); ellipse(188, 143, 33, 24); }; drawFace();