chained_tween.collection 556 B

12345678910111213141516171819202122232425
  1. name: "default"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "spaceship"
  5. data: "components {\n"
  6. " id: \"script\"\n"
  7. " component: \"/example/spaceship.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"sprite\"\n"
  11. " type: \"sprite\"\n"
  12. " data: \"default_animation: \\\"shipBlue_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. ""
  21. position {
  22. x: 60.0
  23. y: 96.0
  24. }
  25. }