Rename all occurrences of finishers to strong.

This commit is contained in:
smoogipooo
2017-04-03 10:59:49 +09:00
parent 33e10adfa6
commit 3920758981
3 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Modes.Taiko.UI
{
/// <summary>
/// The play field height. This is relative to the size of hit objects
/// such that the playfield is just a bit larger than finishers.
/// such that the playfield is just a bit larger than strong hits.
/// </summary>
public const float PLAYFIELD_HEIGHT = TaikoHitObject.CIRCLE_RADIUS * 2 * 2;