Rewrite CirclePiece to be referenced to 128x128px and handle accented hits more sanely.

This commit is contained in:
smoogipooo
2017-03-24 18:37:56 +09:00
parent 47065d8031
commit 5281842965
12 changed files with 221 additions and 323 deletions

View File

@ -49,6 +49,6 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
UpdateScrollPosition(Time.Current);
}
protected abstract ScrollingPiece CreateCircle();
protected abstract CirclePiece CreateCircle();
}
}