slower asteroid rotation

This commit is contained in:
yuni 2024-03-19 23:50:11 +01:00
parent b5b3f2c424
commit 4a71cba57e

View file

@ -157,7 +157,7 @@ pub fn setup(
commands.spawn((
actor::Actor {
v: Vec3::new(-0.00, 0.0, 0.35),
angular_momentum: Quat::from_euler(EulerRot::XYZ, 0.01, 0.01, 0.003),
angular_momentum: Quat::from_euler(EulerRot::XYZ, 0.001, 0.001, 0.0003),
..default()
},
SceneBundle {