Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. background(129,163,129);
  2. stroke(164,133,108);
  3.  
  4. fill(255,243,233);
  5. ellipse(250, 350, 250, 600);
  6. ellipse(250, 200, 300, 300);
  7.  
  8.  
  9.  
  10. fill(209,127,93);
  11. ellipse(320, 200, 70, 70);
  12.  
  13. fill(255,171,136);
  14. triangle(230, 240, 270, 240, 250, 215);
  15.  
  16. fill(255,243,233);
  17. ellipse(115, 330, 60, 115);
  18. ellipse(385, 330, 60, 115);
  19.  
  20. fill(205,200,196);
  21. rect(75, 255, 20, 55);
  22. rect(95, 255, 20, 55);
  23. fill(205,200,196);
  24. rect(115, 255, 20, 55);
  25. rect(135, 255, 20, 55);
  26.  
  27. rect(405, 255, 20, 55);
  28. rect(385, 255, 20, 55);
  29. rect(365, 255, 20, 55);
  30. rect(345, 255, 20, 55);
  31.  
  32. fill(205,200,196);
  33. triangle(100, 50, 125, 125, 175, 75);
  34. fill(209,127,93);
  35. triangle(400, 50, 375, 125, 325, 75);
  36.  
  37. fill(84,67,53);
  38. rect(160, 195, 45, 10);
  39. rect(295, 195, 45, 10);
  40.  
  41. fill(252,242,233);
  42. ellipse(180, 200, 5, 5);
  43. ellipse(320, 200, 5, 5);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement