euler_rotation.collection 611 B

123456789101112131415161718192021222324252627282930
  1. name: "euler_rotation"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "go"
  5. data: "components {\n"
  6. " id: \"euler_rotation\"\n"
  7. " component: \"/example/euler_rotation.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"sprite\"\n"
  11. " type: \"sprite\"\n"
  12. " data: \"default_animation: \\\"spinner\\\"\\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: 360.0
  23. y: 360.0
  24. }
  25. scale3 {
  26. x: 0.5
  27. y: 0.5
  28. z: 0.5
  29. }
  30. }