| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- name: "tint"
- scale_along_z: 0
- embedded_instances {
- id: "go"
- data: "components {\n"
- " id: \"changeatlas\"\n"
- " component: \"/example/changeimage.script\"\n"
- "}\n"
- "embedded_components {\n"
- " id: \"sprite\"\n"
- " type: \"sprite\"\n"
- " data: \"default_animation: \\\"run\\\"\\n"
- "material: \\\"/builtins/materials/sprite.material\\\"\\n"
- "textures {\\n"
- " sampler: \\\"texture_sampler\\\"\\n"
- " texture: \\\"/assets/zombie.tilesource\\\"\\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.0\\n"
- " z: 0.0\\n"
- "}\\n"
- "text: \\\"1 = Robot 2 = Zombie 3 = Adventurer\\\"\\n"
- "font: \\\"/assets/text32.font\\\"\\n"
- "material: \\\"/builtins/fonts/label-df.material\\\"\\n"
- "\"\n"
- " position {\n"
- " y: -192.0\n"
- " }\n"
- "}\n"
- ""
- position {
- x: 360.0
- y: 360.0
- }
- }
|