You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

54 lines
567 B

  1. define([
  2. ], function (
  3. ) {
  4. return {
  5. alpha: {
  6. start: 0.5,
  7. end: 0
  8. },
  9. scale: {
  10. start: 10,
  11. end: 0.3
  12. },
  13. color: {
  14. start: 'fb1010',
  15. end: 'f5b830'
  16. },
  17. speed: {
  18. start: 10,
  19. end: 5
  20. },
  21. startRotation: {
  22. min: 0,
  23. max: 360
  24. },
  25. rotationSpeed: {
  26. min: 0,
  27. max: 0
  28. },
  29. lifetime: {
  30. min: 2,
  31. max: 5
  32. },
  33. frequency: 0.1,
  34. emitterLifetime: -1,
  35. pos: {
  36. x: 0,
  37. y: 0
  38. },
  39. addAtBack: false,
  40. spawnType: 'circle',
  41. spawnCircle: {
  42. x: 0,
  43. y: 0,
  44. r: 0.1
  45. },
  46. blendMode: 'add',
  47. allowRotation: false
  48. };
  49. });