123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- name: "default"
- scale_along_z: 0
- embedded_instances {
- id: "spaceship1"
- data: "components {\n"
- " id: \"script\"\n"
- " component: \"/example/spaceship1.script\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"shipBlue_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: \"speech\"\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"
- "pivot: PIVOT_W\\n"
- "text: \\\"...\\\"\\n"
- "font: \\\"/assets/text48.font\\\"\\n"
- "material: \\\"/builtins/fonts/label.material\\\"\\n"
- "\"\n"
- " position {\n"
- " x: 54.068\n"
- " y: 61.483\n"
- " }\n"
- " scale {\n"
- " x: 0.5\n"
- " y: 0.5\n"
- " }\n"
- "}\n"
- ""
- position {
- x: 543.188
- y: 210.168
- }
- }
- embedded_instances {
- id: "spaceship2"
- data: "components {\n"
- " id: \"script\"\n"
- " component: \"/example/spaceship2.script\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"shipPink_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: \"speech\"\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"
- "pivot: PIVOT_W\\n"
- "text: \\\"Click and I will follow...\\\"\\n"
- "font: \\\"/assets/text48.font\\\"\\n"
- "material: \\\"/builtins/fonts/label.material\\\"\\n"
- "\"\n"
- " position {\n"
- " x: 46.972\n"
- " y: 66.551\n"
- " }\n"
- " scale {\n"
- " x: 0.5\n"
- " y: 0.5\n"
- " }\n"
- "}\n"
- ""
- position {
- x: 245.774
- y: 532.971
- }
- }
|