moves magic number from SharedMoverController to InputMoverComponent (#40411)
This commit is contained in:
@@ -76,6 +76,8 @@ namespace Content.Shared.Movement.Components
|
||||
public TimeSpan LerpTarget;
|
||||
|
||||
public const float LerpTime = 1.0f;
|
||||
public const float SprintingSoundModifier = 3.5f;
|
||||
public const float WalkingSoundModifier = 1.5f;
|
||||
|
||||
public bool Sprinting => (HeldMoveButtons & MoveButtons.Walk) == 0x0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user