| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- embedded_components {
- id: "sprite"
- type: "sprite"
- data: "default_animation: \"laserRed04\"\n"
- "material: \"/builtins/materials/sprite.material\"\n"
- "textures {\n"
- " sampler: \"texture_sampler\"\n"
- " texture: \"/assets/sprites.atlas\"\n"
- "}\n"
- ""
- scale {
- x: 0.5
- y: 0.5
- }
- }
- embedded_components {
- id: "collisionobject"
- type: "collisionobject"
- data: "type: COLLISION_OBJECT_TYPE_TRIGGER\n"
- "mass: 0.0\n"
- "friction: 0.1\n"
- "restitution: 0.5\n"
- "group: \"bullet\"\n"
- "mask: \"enemy\"\n"
- "embedded_collision_shape {\n"
- " shapes {\n"
- " shape_type: TYPE_BOX\n"
- " position {\n"
- " }\n"
- " rotation {\n"
- " }\n"
- " index: 0\n"
- " count: 3\n"
- " }\n"
- " data: 3.5\n"
- " data: 9.0\n"
- " data: 10.0\n"
- "}\n"
- "event_collision: false\n"
- "event_contact: false\n"
- ""
- }
|