fire_and_smoke.collection 895 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: "fire_and_smoke"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "gameobject"
  5. data: "components {\n"
  6. " id: \"script\"\n"
  7. " component: \"/example/fire_and_smoke.script\"\n"
  8. " position {\n"
  9. " x: 0.0\n"
  10. " y: 0.0\n"
  11. " z: 0.0\n"
  12. " }\n"
  13. " rotation {\n"
  14. " x: 0.0\n"
  15. " y: 0.0\n"
  16. " z: 0.0\n"
  17. " w: 1.0\n"
  18. " }\n"
  19. " property_decls {\n"
  20. " }\n"
  21. "}\n"
  22. "components {\n"
  23. " id: \"particles\"\n"
  24. " component: \"/example/fire_and_smoke.particlefx\"\n"
  25. " position {\n"
  26. " x: 0.0\n"
  27. " y: 0.0\n"
  28. " z: 0.0\n"
  29. " }\n"
  30. " rotation {\n"
  31. " x: 0.0\n"
  32. " y: 0.0\n"
  33. " z: 0.0\n"
  34. " w: 1.0\n"
  35. " }\n"
  36. " property_decls {\n"
  37. " }\n"
  38. "}\n"
  39. ""
  40. position {
  41. x: 330.0
  42. y: 150.0
  43. z: 0.0
  44. }
  45. rotation {
  46. x: 0.0
  47. y: 0.0
  48. z: 0.0
  49. w: 1.0
  50. }
  51. scale3 {
  52. x: 1.0
  53. y: 1.0
  54. z: 1.0
  55. }
  56. }