background(230,185,180);
noStroke();
fill(255,182,109);
triangle(200,220,300,220,250,50); // draws the ice cream cone
fill(204,0,102);
ellipse(250,290,100,100); // draws a scoop of raspberry
fill(255,255,153);
ellipse(205,230,100,100); // draws a scoop of vanilla
fill(130,65,0);
ellipse(295,230,100,100); // draws a scoop of chocolate
//this defines the text font, text size and text color
//change the text size to 20
textFont(Cookie,42);
fill(204,0,102);
words("Heb Lijpe Honger",50,370); //your messageYOU
textFont(Jellybean,32);
fill(255,255,255);
words("Yummy...",50,170); //your message
textFont(Jellybean,32);
fill(255,255,255);
words("Yummy...",80,60); //your message
textFont(Jellybean,32);
fill(255,255,255);
words("Yummy...",290,100); //your message