defold-logo.go 409 B

1234567891011121314151617181920212223
  1. embedded_components {
  2. id: "sprite"
  3. type: "sprite"
  4. data: "default_animation: \"defold-logo\"\n"
  5. "material: \"/example/vertexcolor.material\"\n"
  6. "blend_mode: BLEND_MODE_ALPHA\n"
  7. "textures {\n"
  8. " sampler: \"texture_sampler\"\n"
  9. " texture: \"/example/images.atlas\"\n"
  10. "}\n"
  11. ""
  12. position {
  13. x: 0.0
  14. y: 0.0
  15. z: 0.0
  16. }
  17. rotation {
  18. x: 0.0
  19. y: 0.0
  20. z: 0.0
  21. w: 1.0
  22. }
  23. }