diff --git a/src/system.rs b/src/system.rs index 77df184..b522b0f 100644 --- a/src/system.rs +++ b/src/system.rs @@ -49,19 +49,19 @@ impl System { s.bodies.push(Doodad { pos: (0.0, 0.0).into(), sprite: "a0".to_owned(), - parallax: 4.0, + parallax: 10.0, height: 80.0, }); s.bodies.push(Doodad { pos: Polar { center: (0.0, 0.0).into(), - radius: 200.0, + radius: 5000.0, angle: Deg { 0: 31.0 }, } .to_cartesian(), sprite: "earth".to_owned(), - parallax: 2.0, + parallax: 5.0, height: 120.0, });