Merge remote-tracking branch 'upstream/master' into catch-combo-counter

This commit is contained in:
Salman Ahmed
2020-09-01 20:46:38 +03:00
35 changed files with 433 additions and 124 deletions

View File

@ -145,8 +145,6 @@ namespace osu.Game.Rulesets.Catch.Skinning
this.fontOverlap = fontOverlap;
}
public override void Increment(int amount) => Current.Value += amount;
protected override double GetProportionalDuration(int currentValue, int newValue)
{
return Math.Abs(newValue - currentValue) * 75.0;