spinner.collection 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: "default"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "spinner"
  5. data: "components {\n"
  6. " id: \"script\"\n"
  7. " component: \"/example/spinner.script\"\n"
  8. " position {\n"
  9. " x: 0.0\n"
  10. " y: 0.0\n"
  11. " z: 0.0\n"
  12. " }\n"
  13. " rotation {\n"
  14. " x: 0.0\n"
  15. " y: 0.0\n"
  16. " z: 0.0\n"
  17. " w: 1.0\n"
  18. " }\n"
  19. "}\n"
  20. "embedded_components {\n"
  21. " id: \"sprite\"\n"
  22. " type: \"sprite\"\n"
  23. " data: \"tile_set: \\\"/assets/sprites.atlas\\\"\\n"
  24. "default_animation: \\\"spinner\\\"\\n"
  25. "material: \\\"/builtins/materials/sprite.material\\\"\\n"
  26. "blend_mode: BLEND_MODE_ALPHA\\n"
  27. "\"\n"
  28. " position {\n"
  29. " x: 0.0\n"
  30. " y: 0.0\n"
  31. " z: 0.0\n"
  32. " }\n"
  33. " rotation {\n"
  34. " x: 0.0\n"
  35. " y: 0.0\n"
  36. " z: 0.0\n"
  37. " w: 1.0\n"
  38. " }\n"
  39. "}\n"
  40. ""
  41. position {
  42. x: 360.0
  43. y: 360.0
  44. z: 0.0
  45. }
  46. rotation {
  47. x: 0.0
  48. y: 0.0
  49. z: 0.0
  50. w: 1.0
  51. }
  52. scale3 {
  53. x: 0.5
  54. y: 0.5
  55. z: 1.0
  56. }
  57. }