multi_sample.collection 675 B

1234567891011121314151617181920212223242526272829
  1. name: "multi_sample"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "logo"
  5. data: "components {\n"
  6. " id: \"multi_sample\"\n"
  7. " component: \"/example/multi_sample.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"sprite\"\n"
  11. " type: \"sprite\"\n"
  12. " data: \"default_animation: \\\"logo_256\\\"\\n"
  13. "material: \\\"/example/multi_sample_sprite.material\\\"\\n"
  14. "textures {\\n"
  15. " sampler: \\\"texture1_sampler\\\"\\n"
  16. " texture: \\\"/example/one.atlas\\\"\\n"
  17. "}\\n"
  18. "textures {\\n"
  19. " sampler: \\\"texture2_sampler\\\"\\n"
  20. " texture: \\\"/example/two.atlas\\\"\\n"
  21. "}\\n"
  22. "\"\n"
  23. "}\n"
  24. ""
  25. position {
  26. x: 360.0
  27. y: 360.0
  28. }
  29. }