Drop hyperspace speed (#9216)
This commit is contained in:
parent
e72e060972
commit
8a6d914586
|
|
@ -95,7 +95,7 @@ public sealed partial class ShuttleSystem
|
|||
|
||||
if (TryComp(comp.Owner, out body))
|
||||
{
|
||||
body.LinearVelocity = new Vector2(0f, 100f);
|
||||
body.LinearVelocity = new Vector2(0f, 20f);
|
||||
body.AngularVelocity = 0f;
|
||||
body.LinearDamping = 0f;
|
||||
body.AngularDamping = 0f;
|
||||
|
|
|
|||
Loading…
Reference in New Issue