Advertisement
ilovenerdwins87

Untitled

Oct 4th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. size(400,600);
  2. line(1,455,360,184);
  3. ellipse(235,145,270,200);
  4. line(0,465,100,150);
  5. fill(8);
  6. arc( 180, 140, 80, 80, 1, radians(300));
  7. arc( 280, 140, 80, 80, -2, radians(125));
  8. rect(180, 120,100,40);
  9. triangle(255,145,225,225,205,150);
  10. triangle(200,155,222,100,256,155);
  11. triangle(210,155,232,100,266,155);
  12. rect(0,450,400,450);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement