slow acceleration

main
Zynh Ludwig 2024-09-03 18:52:13 -07:00
parent 342597e086
commit 69ddd9c753
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ fn accelerate(
vel.0 += coh.0 * time.delta_seconds();
vel.0 += ali.0 * time.delta_seconds();
vel.0 *= 1.005;
vel.0 = vel.0.clamp_length_max(200.);
sep.0 *= 0.;