12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- name: "default"
- scale_along_z: 0
- embedded_instances {
- id: "gameobject"
- data: "components {\n"
- " id: \"script\"\n"
- " component: \"/example/fade_in_out.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"
- "shadow {\\n"
- " x: 1.0\\n"
- " y: 1.0\\n"
- " z: 1.0\\n"
- "}\\n"
- "text: \\\"Dig the tune...\\\"\\n"
- "font: \\\"/assets/text48.font\\\"\\n"
- "material: \\\"/builtins/fonts/label.material\\\"\\n"
- "\"\n"
- " position {\n"
- " x: 84.84\n"
- " y: 118.002\n"
- " }\n"
- " scale {\n"
- " x: 0.5\n"
- " y: 0.5\n"
- " }\n"
- "}\n"
- "embedded_components {\n"
- " id: \"music\"\n"
- " type: \"sound\"\n"
- " data: \"sound: \\\"/example/bunny_tears.ogg\\\"\\n"
- "looping: 1\\n"
- "\"\n"
- "}\n"
- ""
- position {
- x: 335.192
- y: 316.802
- }
- }
|