fix icarus drifting off

This commit is contained in:
yuni 2024-12-02 19:42:18 +01:00
parent 86bfea760f
commit a37fefb2eb

View file

@ -1179,6 +1179,9 @@ fn spawn_scenes(
state.model_scale = 1.0;
state.is_experiencing_atmosphere = true;
// command: wants matchvelocitywith pizzeria
state.wants_matchvelocity_id = Some("pizzeria".to_string());
// command: angularmomentum 0.4 0.2 0.1
state.angular_momentum = DVec3::new(0.4, 0.2, 0.1);