Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. int t=100,e=80,m=255,o=120,r=150,l=170,y=10
  2. noStroke()
  3. fill(m,204,204)
  4. ellipse(t,r,t,t)
  5. ellipse(e,e,30,e)
  6. ellipse(o,e,30,e)
  7. fill(m,r,r)
  8. ellipse(e,e,y,45)
  9. ellipse(o,e,y,45)
  10. fill()
  11. ellipse(e,r,20,20)
  12. ellipse(o,r,20,20)
  13. fill(0)
  14. ellipse(e,r,y,y)
  15. ellipse(o,r,y,y)
  16. stroke(0)
  17. line(t,160,t,l)
  18. noFill()
  19. arc(105,l,y,y,0,PI)
  20. arc(95,l,y,y,0,PI)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement