slow acceleration
This commit is contained in:
parent
342597e086
commit
69ddd9c753
1 changed files with 1 additions and 0 deletions
|
@ -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.;
|
||||
|
|
Loading…
Reference in a new issue