Facebook
From Aqua Hog, 3 Years ago, written in JavaScript.
This paste is a reply to khan academy obiad from ja - view diff
Embed
Download Paste or View Raw
Hits: 172
  1. background(186, 145, 20); // wooden table
  2. ellipse(200, 200, 350, 350); // plate
  3. ellipse(200, 200, 300, 300);
  4. fill(128, 128, 0);
  5. triangle(100, 90, 300, 90, 200, 340);
  6. fill(255, 255, 0);
  7. triangle(100, 100, 300, 100, 200, 340);
  8. fill(255, 0, 0);
  9. ellipse(170, 170, 40, 40);
  10. ellipse(242, 134, 40, 40);
  11. ellipse(224, 214, 40, 40);
  12. ellipse(202, 271, 40, 40);
  13.