Created
March 6, 2021 11:22
-
-
Save bogoreh/60ed108a019589e0f41f782bff975592 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| background(186, 145, 20); // wooden table | |
| ellipse(200, 200, 350, 350); // plate | |
| ellipse(200, 200, 300, 300); | |
| fill(255, 0, 0); strokeWeight(20); | |
| fill(255, 0, 94); | |
| stroke(44, 153, 44); | |
| arc(200, 250, 200, 175, 5, 180); //watermelon | |
| fill(32, 140, 32); | |
| noStroke(); | |
| ellipse(200, 100, 10,10); //peas | |
| ellipse(210, 115, 10,10); //peas | |
| ellipse(220, 125, 10,10); //peas | |
| ellipse(230, 130, 10,10); //peas | |
| ellipse(195, 140, 10,10); //peas | |
| ellipse(205, 130, 10,10); //peas | |
| ellipse(240, 120, 10,10); //peas | |
| ellipse(250, 90, 10,10); //peas | |
| ellipse(215, 80, 10,10); //peas | |
| ellipse(235, 106, 10,10); //peas | |
| ellipse(222, 99, 10,10); //peas | |
| ellipse(195, 115, 10,10); //peas | |
| fill(235, 224, 12); | |
| triangle(159, 206, 273, 117, 311, 190); //cheese | |
| fill(155, 155, 0); | |
| stroke(235, 213, 117); | |
| strokeWeight (29); | |
| line(100,220,150, 100); //breadstick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment