starting position
This commit is contained in:
1 parent
6cd85f2f3e
commit
714a7bc6bd
1 file changed
+2
-2
@@ -39,8 +39,8 @@ impl Camera {
|
||||
impl Default for Camera {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
pos: Vector2::zeros(),
|
||||
zoom: Zoom::new(0, 0.0),
|
||||
pos: Vector2::new(-0.5, 0.0).map(FixedDec::from),
|
||||
zoom: Zoom::new(0, 2.1),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user