12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- name: "default"
- scale_along_z: 0
- embedded_instances {
- id: "spaceship"
- data: "components {\n"
- " id: \"script\"\n"
- " component: \"/example/bunny.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"
- "embedded_components {\n"
- " id: \"label\"\n"
- " type: \"label\"\n"
- " data: \"size {\\n"
- " x: 128.0\\n"
- " y: 32.0\\n"
- "}\\n"
- "color {\\n"
- " x: 0.0\\n"
- " y: 0.5647059\\n"
- " z: 0.99215686\\n"
- "}\\n"
- "outline {\\n"
- " x: 1.0\\n"
- " y: 1.0\\n"
- " z: 1.0\\n"
- "}\\n"
- "text: \\\"Click to spawn...\\\"\\n"
- "font: \\\"/assets/text48.font\\\"\\n"
- "material: \\\"/builtins/fonts/label.material\\\"\\n"
- "\"\n"
- " position {\n"
- " x: 132.731\n"
- " y: 94.744\n"
- " }\n"
- " scale {\n"
- " x: 0.5\n"
- " y: 0.5\n"
- " }\n"
- "}\n"
- "embedded_components {\n"
- " id: \"carrotfactory\"\n"
- " type: \"factory\"\n"
- " data: \"prototype: \\\"/example/debris.go\\\"\\n"
- "\"\n"
- "}\n"
- ""
- position {
- x: 120.0
- y: 360.0
- }
- }
|