particlefx.collection 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. name: "default"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "world_emission_space"
  5. data: "components {\n"
  6. " id: \"script\"\n"
  7. " component: \"/example/particlefx.script\"\n"
  8. "}\n"
  9. "components {\n"
  10. " id: \"particles\"\n"
  11. " component: \"/example/world_emission_pfx.particlefx\"\n"
  12. "}\n"
  13. "embedded_components {\n"
  14. " id: \"sprite\"\n"
  15. " type: \"sprite\"\n"
  16. " data: \"default_animation: \\\"ufoGreen\\\"\\n"
  17. "material: \\\"/builtins/materials/sprite.material\\\"\\n"
  18. "size {\\n"
  19. " x: 91.0\\n"
  20. " y: 91.0\\n"
  21. "}\\n"
  22. "textures {\\n"
  23. " sampler: \\\"texture_sampler\\\"\\n"
  24. " texture: \\\"/assets/sprites.atlas\\\"\\n"
  25. "}\\n"
  26. "\"\n"
  27. "}\n"
  28. ""
  29. position {
  30. x: 500.0
  31. y: 100.0
  32. }
  33. }
  34. embedded_instances {
  35. id: "local_emission_space"
  36. data: "components {\n"
  37. " id: \"particles\"\n"
  38. " component: \"/example/local_emission_pfx.particlefx\"\n"
  39. "}\n"
  40. "components {\n"
  41. " id: \"script\"\n"
  42. " component: \"/example/particlefx.script\"\n"
  43. "}\n"
  44. "embedded_components {\n"
  45. " id: \"sprite\"\n"
  46. " type: \"sprite\"\n"
  47. " data: \"default_animation: \\\"ufoGreen\\\"\\n"
  48. "material: \\\"/builtins/materials/sprite.material\\\"\\n"
  49. "textures {\\n"
  50. " sampler: \\\"texture_sampler\\\"\\n"
  51. " texture: \\\"/assets/sprites.atlas\\\"\\n"
  52. "}\\n"
  53. "\"\n"
  54. "}\n"
  55. ""
  56. position {
  57. x: 200.0
  58. y: 100.0
  59. }
  60. }
  61. embedded_instances {
  62. id: "description"
  63. data: "embedded_components {\n"
  64. " id: \"label\"\n"
  65. " type: \"label\"\n"
  66. " data: \"size {\\n"
  67. " x: 512.0\\n"
  68. " y: 32.0\\n"
  69. "}\\n"
  70. "color {\\n"
  71. " x: 0.0\\n"
  72. " y: 0.102\\n"
  73. " z: 0.502\\n"
  74. "}\\n"
  75. "text: \\\"Emitter: World:\\\"\\n"
  76. "font: \\\"/builtins/fonts/default.font\\\"\\n"
  77. "material: \\\"/builtins/fonts/label-df.material\\\"\\n"
  78. "\"\n"
  79. " position {\n"
  80. " x: 350.0\n"
  81. " y: 670.0\n"
  82. " }\n"
  83. " scale {\n"
  84. " x: 1.5\n"
  85. " y: 1.5\n"
  86. " }\n"
  87. "}\n"
  88. ""
  89. }