Advertisement
AlexH23

Untitled

Nov 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. noStroke();
  2. fill(255, 0, 0);
  3. beginShape();
  4. vertex(131, 18);
  5. bezierVertex(-148, 110, 110, 510, 251, 185);
  6. bezierVertex(461, 158, 467, 127, 103, 104);
  7. endShape();
  8.  
  9. fill(250, 65, 65);
  10. textSize(30);
  11. text("Gohst-Busters!", 113, 102);
  12. fill(0, 0, 0);
  13. textSize(16);
  14. text("Si no atrapamos tu fantasma, te devolvemos tu paga", 19, 152);
  15.  
  16. ellipse(120, 231, 150, 150);
  17. fill(255, 0, 0);
  18. ellipse(120, 231, 130, 130);
  19.  
  20. fill(255, 255, 255);
  21. stroke(0, 0, 0);
  22. ellipse(135, 251, 80, 80);
  23. ellipse(126, 232, 60, 60);
  24. ellipse(116, 199, 34, 40);
  25. ellipse(93, 241, 10, 10);
  26. ellipse(154, 211, 10, 10);
  27. triangle(134, 194, 118, 158, 98, 194);
  28. strokeWeight(5);
  29. stroke(255, 0, 0);
  30. point(107, 201);
  31. point(122, 201);
  32.  
  33.  
  34. fill(0, 0, 0);
  35. noStroke();
  36. beginShape(QUADS);
  37. vertex(177, 184);
  38. vertex(60, 276);
  39. vertex(68, 285);
  40. vertex(89, 266);
  41. endShape();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement