Edited parallax scale
parent
e138981c8c
commit
c29d5f520d
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue