Fix various display issues by abstracting further

This commit is contained in:
smoogipoo
2019-12-17 19:29:27 +09:00
parent 9caed9e98a
commit 7c2884700e
6 changed files with 78 additions and 43 deletions

View File

@ -104,7 +104,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
protected virtual DrawableSliderPath CreateSliderPath() => new DefaultDrawableSliderPath();
protected class DefaultDrawableSliderPath : DrawableSliderPath
private class DefaultDrawableSliderPath : DrawableSliderPath
{
private const float opacity_at_centre = 0.3f;
private const float opacity_at_edge = 0.8f;