| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- name: "default"
- scale_along_z: 0
- embedded_instances {
- id: "spaceship1"
- data: "components {\n"
- " id: \"script\"\n"
- " component: \"/example/z_order.script\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"shipGreen_manned\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/sprites.atlas\\\"\\n"
- "}\\n"
- "\"\n"
- "}\n"
- ""
- position {
- x: 120.0
- y: 300.0
- z: 0.5
- }
- }
- embedded_instances {
- id: "logo"
- data: "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"logo-color\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/sprites.atlas\\\"\\n"
- "}\\n"
- "\"\n"
- "}\n"
- ""
- position {
- x: 360.0
- y: 360.0
- }
- }
- embedded_instances {
- id: "spaceship2"
- data: "components {\n"
- " id: \"script\"\n"
- " component: \"/example/z_order.script\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"shipPink_manned\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "size {\\n"
- " x: 121.0\\n"
- " y: 191.0\\n"
- "}\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/sprites.atlas\\\"\\n"
- "}\\n"
- "\"\n"
- "}\n"
- ""
- position {
- x: 213.0
- y: 400.0
- z: -0.5
- }
- }
|