Update CloseTo to CloseToPercent (#4708)
This commit is contained in:
@@ -124,7 +124,8 @@ namespace Content.Server.Shuttles
|
||||
component.BodyStatus = BodyStatus.InAir;
|
||||
//component.FixedRotation = false; TODO WHEN ROTATING SHUTTLES FIXED.
|
||||
component.FixedRotation = true;
|
||||
component.LinearDamping = 0.05f;
|
||||
component.LinearDamping = 0.2f;
|
||||
component.AngularDamping = 0.1f;
|
||||
}
|
||||
|
||||
private void Disable(PhysicsComponent component)
|
||||
|
||||
Reference in New Issue
Block a user