#OrthographicProjection camera

2 messages · Page 1 of 1 (latest)

hard hinge
#

commands.spawn(Camera2dBundle {
projection: OrthographicProjection {
left: -1.0,
right: 1.0,
bottom: -1.0,
top: 1.0,
..default()
}
});
}

how can i fix Camera2dBundle error?

hard hinge
#

Fixed