2
0

fireworks.collection 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. name: "fireworks"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "gameobject"
  5. data: "components {\n"
  6. " id: \"script\"\n"
  7. " component: \"/example/fireworks.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"blue_trail_factory\"\n"
  11. " type: \"factory\"\n"
  12. " data: \"prototype: \\\"/example/fw_trail_blue.go\\\"\\n"
  13. "\"\n"
  14. "}\n"
  15. "embedded_components {\n"
  16. " id: \"green_trail_factory\"\n"
  17. " type: \"factory\"\n"
  18. " data: \"prototype: \\\"/example/fw_trail_green.go\\\"\\n"
  19. "\"\n"
  20. "}\n"
  21. "embedded_components {\n"
  22. " id: \"red_trail_factory\"\n"
  23. " type: \"factory\"\n"
  24. " data: \"prototype: \\\"/example/fw_trail_red.go\\\"\\n"
  25. "\"\n"
  26. "}\n"
  27. "embedded_components {\n"
  28. " id: \"blue_splat_factory\"\n"
  29. " type: \"factory\"\n"
  30. " data: \"prototype: \\\"/example/fw_splat_blue.go\\\"\\n"
  31. "\"\n"
  32. "}\n"
  33. "embedded_components {\n"
  34. " id: \"red_splat_factory\"\n"
  35. " type: \"factory\"\n"
  36. " data: \"prototype: \\\"/example/fw_splat_red.go\\\"\\n"
  37. "\"\n"
  38. "}\n"
  39. "embedded_components {\n"
  40. " id: \"green_splat_factory\"\n"
  41. " type: \"factory\"\n"
  42. " data: \"prototype: \\\"/example/fw_splat_green.go\\\"\\n"
  43. "\"\n"
  44. "}\n"
  45. ""
  46. position {
  47. x: 360.0
  48. y: 50.0
  49. }
  50. }
  51. embedded_instances {
  52. id: "instructions"
  53. data: "embedded_components {\n"
  54. " id: \"label\"\n"
  55. " type: \"label\"\n"
  56. " data: \"size {\\n"
  57. " x: 128.0\\n"
  58. " y: 32.0\\n"
  59. "}\\n"
  60. "color {\\n"
  61. " x: 0.0\\n"
  62. " y: 0.5647059\\n"
  63. " z: 0.99215686\\n"
  64. "}\\n"
  65. "outline {\\n"
  66. " x: 1.0\\n"
  67. " y: 1.0\\n"
  68. " z: 1.0\\n"
  69. "}\\n"
  70. "shadow {\\n"
  71. " x: 1.0\\n"
  72. " y: 1.0\\n"
  73. " z: 1.0\\n"
  74. "}\\n"
  75. "text: \\\"Tap to start random firework\\\"\\n"
  76. "font: \\\"/assets/text48.font\\\"\\n"
  77. "material: \\\"/builtins/fonts/label.material\\\"\\n"
  78. "\"\n"
  79. " scale {\n"
  80. " x: 0.5\n"
  81. " y: 0.5\n"
  82. " }\n"
  83. "}\n"
  84. ""
  85. position {
  86. x: 360.0
  87. y: 38.0
  88. }
  89. }