Skip to content

Commit

Permalink
Merge branch 'Port-Frictionless-Space' of https://github.com/VMSolidu…
Browse files Browse the repository at this point in the history
…s/Einstein-Engines into Port-Frictionless-Space
  • Loading branch information
VMSolidus committed Jun 16, 2024
2 parents 5fffcef + 0791a3b commit 00152bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed partial class MovementSpeedModifierComponent : Component
// Weightless
public const float DefaultMinimumFrictionSpeed = 0.005f;
public const float DefaultWeightlessFriction = 1f;
public const float DefaultWeightlessFrictionNoInput = 0f; // Parkstation-FrictionlessSpace
public const float DefaultWeightlessFrictionNoInput = 0f;
public const float DefaultWeightlessModifier = 0.7f;
public const float DefaultWeightlessAcceleration = 1f;

Expand Down

0 comments on commit 00152bf

Please sign in to comment.