fade_in_out.collection 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: "default"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "gameobject"
  5. data: "components {\n"
  6. " id: \"script\"\n"
  7. " component: \"/example/fade_in_out.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"sprite\"\n"
  11. " type: \"sprite\"\n"
  12. " data: \"default_animation: \\\"shipGreen_manned\\\"\\n"
  13. "material: \\\"/builtins/materials/sprite.material\\\"\\n"
  14. "textures {\\n"
  15. " sampler: \\\"texture_sampler\\\"\\n"
  16. " texture: \\\"/assets/sprites.atlas\\\"\\n"
  17. "}\\n"
  18. "\"\n"
  19. "}\n"
  20. "embedded_components {\n"
  21. " id: \"label\"\n"
  22. " type: \"label\"\n"
  23. " data: \"size {\\n"
  24. " x: 128.0\\n"
  25. " y: 32.0\\n"
  26. "}\\n"
  27. "color {\\n"
  28. " x: 0.0\\n"
  29. " y: 0.5647059\\n"
  30. " z: 0.99215686\\n"
  31. "}\\n"
  32. "outline {\\n"
  33. " x: 1.0\\n"
  34. " y: 1.0\\n"
  35. " z: 1.0\\n"
  36. "}\\n"
  37. "shadow {\\n"
  38. " x: 1.0\\n"
  39. " y: 1.0\\n"
  40. " z: 1.0\\n"
  41. "}\\n"
  42. "text: \\\"Dig the tune...\\\"\\n"
  43. "font: \\\"/assets/text48.font\\\"\\n"
  44. "material: \\\"/builtins/fonts/label.material\\\"\\n"
  45. "\"\n"
  46. " position {\n"
  47. " x: 84.84\n"
  48. " y: 118.002\n"
  49. " }\n"
  50. " scale {\n"
  51. " x: 0.5\n"
  52. " y: 0.5\n"
  53. " }\n"
  54. "}\n"
  55. "embedded_components {\n"
  56. " id: \"music\"\n"
  57. " type: \"sound\"\n"
  58. " data: \"sound: \\\"/example/bunny_tears.ogg\\\"\\n"
  59. "looping: 1\\n"
  60. "\"\n"
  61. "}\n"
  62. ""
  63. position {
  64. x: 335.192
  65. y: 316.802
  66. }
  67. }