Skip to content

Commit

Permalink
Visual
Browse files Browse the repository at this point in the history
- Delete Whitespaces
  • Loading branch information
Vretu-Dev authored Sep 16, 2024
1 parent a912abd commit f9919af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion AdrenalinRush/AdrenalinRush.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ private IEnumerator<float> ApplySmoothBoost(Player player)
// Maximum intensity
movementBoost.Intensity = Config.BoostIntensity;
}

}
}
4 changes: 2 additions & 2 deletions AdrenalinRush/config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class Config : IConfig
[Description("Adjust how fast the boost grows. It's BoostIntensity / SpeedIncrease. For example [30 Intensity / 4s Duration = 7,5 IntensityBoost per second].")]
public int SpeedIncrease { get; set; } = 4;
[Description("Number of steps after speed is refreshed. Higher value = refreshing more frequently.")]
public int Steps { get; set; } = 5;
public int Steps { get; set; } = 10;
}
}
}

0 comments on commit f9919af

Please sign in to comment.