| 1234567891011121314151617181920212223 |
- embedded_components {
- id: "sprite"
- type: "sprite"
- data: "default_animation: \"defold-logo\"\n"
- "material: \"/example/vertexcolor.material\"\n"
- "blend_mode: BLEND_MODE_ALPHA\n"
- "textures {\n"
- " sampler: \"texture_sampler\"\n"
- " texture: \"/example/images.atlas\"\n"
- "}\n"
- ""
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- }
|