Add difficulty calculation

Adds base classes for difficulty calculations, hooks them up with
carousel container, and adds a port of the osu difficulty calculator.
This commit is contained in:
Thomas Müller
2017-02-19 17:41:51 +01:00
parent 5721e7f2d2
commit 417f146386
29 changed files with 587 additions and 31 deletions

View File

@ -110,6 +110,8 @@ namespace osu.Game.Modes.Osu.Objects
}
}
}
public override HitObjectType Type => HitObjectType.Slider;
}
public enum CurveTypes