// CREEPER MINECRAFT
//FACE
draw.fillStyle = 'darkgreen';
draw.fillRect(300, 100, 350, 300);
//LEFT EYES
draw.fillStyle = 'black';
draw.fillRect(330, 170, 90, 90);
//RIGHT EYES
draw.fillStyle = 'black';
draw.fillRect(480, 170, 90, 90);
//NOSE
draw.fillStyle = 'black';
draw.fillRect(413, 260, 70, 100);
//MOUTH1
draw.fillStyle = 'black';
draw.fillRect(380, 290, 40, 110);
//MOUTH2
draw.fillStyle = 'black';
draw.fillRect(480, 290, 40, 110);
![]( )