sprite_local_uv.collection 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: "sprite_local_uv"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "square"
  5. data: "components {\n"
  6. " id: \"size\"\n"
  7. " component: \"/example/sprite_local_uv.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"sprite\"\n"
  11. " type: \"sprite\"\n"
  12. " data: \"default_animation: \\\"elementStone023\\\"\\n"
  13. "material: \\\"/example/sprite_local_uv.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: 200.0
  24. }
  25. }
  26. embedded_instances {
  27. id: "rectangle"
  28. data: "components {\n"
  29. " id: \"size\"\n"
  30. " component: \"/example/sprite_local_uv.script\"\n"
  31. "}\n"
  32. "embedded_components {\n"
  33. " id: \"sprite\"\n"
  34. " type: \"sprite\"\n"
  35. " data: \"default_animation: \\\"elementStone019\\\"\\n"
  36. "material: \\\"/example/sprite_local_uv.material\\\"\\n"
  37. "size {\\n"
  38. " x: 140.0\\n"
  39. " y: 140.0\\n"
  40. "}\\n"
  41. "textures {\\n"
  42. " sampler: \\\"texture_sampler\\\"\\n"
  43. " texture: \\\"/assets/sprites.atlas\\\"\\n"
  44. "}\\n"
  45. "\"\n"
  46. "}\n"
  47. ""
  48. position {
  49. x: 360.0
  50. y: 500.0
  51. }
  52. }