Advertisement
Gauge1417

Untitled

Sep 5th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /* Gauge Smithee Art project 1
  2. */
  3.  
  4. size(500,500);
  5. background(105,184,252);
  6.  
  7. //Head
  8. ellipse(250,120,80,80);
  9.  
  10. //Eyes
  11. fill(0,0,0);
  12. ellipse(230,110,10,10);
  13. ellipse(270,110,10,10);
  14.  
  15. //Smile
  16. smooth();
  17. stroke(0);
  18. curve(230,140,275,140,275,145,270,140);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement