starting position
This commit is contained in:
@@ -39,8 +39,8 @@ impl Camera {
|
|||||||
impl Default for Camera {
|
impl Default for Camera {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
pos: Vector2::zeros(),
|
pos: Vector2::new(-0.5, 0.0).map(FixedDec::from),
|
||||||
zoom: Zoom::new(0, 0.0),
|
zoom: Zoom::new(0, 2.1),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user