custom_sprite.collection 679 B

123456789101112131415161718192021222324252627282930313233
  1. name: "main"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "new"
  5. data: "components {\n"
  6. " id: \"set_color\"\n"
  7. " component: \"/example/set_color.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"sprite\"\n"
  11. " type: \"sprite\"\n"
  12. " data: \"default_animation: \\\"Alchemy_vial\\\"\\n"
  13. "material: \\\"/example/recolor.material\\\"\\n"
  14. "textures {\\n"
  15. " sampler: \\\"texture_sampler\\\"\\n"
  16. " texture: \\\"/assets/sprites.atlas\\\"\\n"
  17. "}\\n"
  18. "\"\n"
  19. "}\n"
  20. ""
  21. position {
  22. x: 360.0
  23. y: 360.0
  24. }
  25. }
  26. embedded_instances {
  27. id: "ui"
  28. data: "components {\n"
  29. " id: \"buttons\"\n"
  30. " component: \"/example/buttons.gui\"\n"
  31. "}\n"
  32. ""
  33. }