mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
add remarks explaining HR SV multiplier
This commit is contained in:
@ -10,6 +10,9 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
{
|
||||
public override string Description => @"Beats move slower, and less accuracy required!";
|
||||
|
||||
/// <summary>
|
||||
/// Multiplier factor added to the scrolling speed.
|
||||
/// </summary>
|
||||
private const double slider_multiplier = 0.8;
|
||||
|
||||
public override void ApplyToDifficulty(BeatmapDifficulty difficulty)
|
||||
|
Reference in New Issue
Block a user