| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- name: "default"
- scale_along_z: 0
- embedded_instances {
- id: "robot"
- data: "components {\n"
- " id: \"cursor\"\n"
- " component: \"/example/cursor.script\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"walk\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/robot.tilesource\\\"\\n"
- "}\\n"
- "\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"frame\"\n"
- " type: \"label\"\n"
- " data: \"size {\\n"
- " x: 128.0\\n"
- " y: 32.0\\n"
- "}\\n"
- "color {\\n"
- " x: 0.0\\n"
- " y: 0.0\\n"
- " z: 0.0\\n"
- "}\\n"
- "font: \\\"/assets/text48.font\\\"\\n"
- "material: \\\"/builtins/fonts/label-df.material\\\"\\n"
- "\"\n"
- " position {\n"
- " y: -90.0\n"
- " }\n"
- "}\n"
- ""
- position {
- x: 360.0
- y: 217.0
- }
- }
- embedded_instances {
- id: "controls"
- data: "embedded_components {\n"
- " id: \"leftsprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"arrowLeft\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/controls.atlas\\\"\\n"
- "}\\n"
- "\"\n"
- " position {\n"
- " x: -301.0\n"
- " }\n"
- "}\n"
- "embedded_components {\n"
- " id: \"rightsprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"arrowRight\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "size {\\n"
- " x: 50.0\\n"
- " y: 50.0\\n"
- "}\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/controls.atlas\\\"\\n"
- "}\\n"
- "\"\n"
- " position {\n"
- " x: 300.0\n"
- " }\n"
- "}\n"
- "embedded_components {\n"
- " id: \"playstop\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"start\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/controls.atlas\\\"\\n"
- "}\\n"
- "\"\n"
- "}\n"
- ""
- position {
- x: 360.0
- y: 50.0
- }
- }
|