components { id: "player" component: "/example/player.script" position { x: 0.0 y: 0.0 z: 0.0 } rotation { x: 0.0 y: 0.0 z: 0.0 w: 1.0 } } embedded_components { id: "sprite" type: "sprite" data: "tile_set: \"/assets/sprites.atlas\"\n" "default_animation: \"playerShip1_red\"\n" "material: \"/builtins/materials/sprite.material\"\n" "blend_mode: BLEND_MODE_ALPHA\n" "" position { x: 0.0 y: 0.0 z: 0.0 } rotation { x: 0.0 y: 0.0 z: 0.0 w: 1.0 } } embedded_components { id: "bulletfactory" type: "factory" data: "prototype: \"/example/bullet.go\"\n" "load_dynamically: false\n" "dynamic_prototype: false\n" "" position { x: 0.0 y: 0.0 z: 0.0 } rotation { x: 0.0 y: 0.0 z: 0.0 w: 1.0 } }