123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- name: "dynamic"
- scale_along_z: 0
- embedded_instances {
- id: "ship"
- data: "components {\n"
- " id: \"dynamic\"\n"
- " component: \"/example/dynamic.script\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"bulletfactory\"\n"
- " type: \"factory\"\n"
- " data: \"prototype: \\\"/example/flame.go\\\"\\n"
- "dynamic_prototype: true\\n"
- "\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"bullets\"\n"
- " type: \"collectionproxy\"\n"
- " data: \"collection: \\\"/example/bullets.collection\\\"\\n"
- "\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"playerShip1_red\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/sprites.atlas\\\"\\n"
- "}\\n"
- "\"\n"
- " position {\n"
- " z: 1.0\n"
- " }\n"
- "}\n"
- ""
- position {
- x: 360.0
- y: 116.0
- }
- }
- embedded_instances {
- id: "go"
- data: "embedded_components {\n"
- " id: \"instructions\"\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/spacebar to change bullet\\\"\\n"
- "font: \\\"/assets/text48.font\\\"\\n"
- "material: \\\"/builtins/fonts/label.material\\\"\\n"
- "\"\n"
- " position {\n"
- " x: 360.0\n"
- " y: 20.0\n"
- " }\n"
- " scale {\n"
- " x: 0.5\n"
- " y: 0.5\n"
- " }\n"
- "}\n"
- ""
- }
|