confetti.collection 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: "confetti"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "gameobject"
  5. data: "components {\n"
  6. " id: \"script\"\n"
  7. " component: \"/example/confetti.script\"\n"
  8. "}\n"
  9. "components {\n"
  10. " id: \"particles\"\n"
  11. " component: \"/example/confetti.particlefx\"\n"
  12. "}\n"
  13. ""
  14. position {
  15. x: 360.0
  16. y: 50.0
  17. }
  18. }
  19. embedded_instances {
  20. id: "instructions"
  21. data: "embedded_components {\n"
  22. " id: \"label\"\n"
  23. " type: \"label\"\n"
  24. " data: \"size {\\n"
  25. " x: 128.0\\n"
  26. " y: 32.0\\n"
  27. "}\\n"
  28. "color {\\n"
  29. " x: 0.0\\n"
  30. " y: 0.5647059\\n"
  31. " z: 0.99215686\\n"
  32. "}\\n"
  33. "outline {\\n"
  34. " x: 1.0\\n"
  35. " y: 1.0\\n"
  36. " z: 1.0\\n"
  37. "}\\n"
  38. "shadow {\\n"
  39. " x: 1.0\\n"
  40. " y: 1.0\\n"
  41. " z: 1.0\\n"
  42. "}\\n"
  43. "text: \\\"Tap to shoot\\\"\\n"
  44. "font: \\\"/assets/text48.font\\\"\\n"
  45. "material: \\\"/builtins/fonts/label.material\\\"\\n"
  46. "\"\n"
  47. " scale {\n"
  48. " x: 0.5\n"
  49. " y: 0.5\n"
  50. " }\n"
  51. "}\n"
  52. ""
  53. position {
  54. x: 360.0
  55. y: 38.0
  56. }
  57. }