make moons orbit prograde instead of retrograde
This commit is contained in:
parent
15bd02f6f8
commit
cb59b8fc7f
|
@ -554,7 +554,7 @@ fn spawn_entities(
|
||||||
0.0
|
0.0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
absolute_pos += nature::phase_dist_to_coords(phase_radians, r);
|
absolute_pos += nature::phase_dist_to_coords(-phase_radians, r);
|
||||||
}
|
}
|
||||||
let scale = Vec3::splat(if state.is_sun {
|
let scale = Vec3::splat(if state.is_sun {
|
||||||
5.0
|
5.0
|
||||||
|
|
Loading…
Reference in a new issue