Implement partial strong hit judgements.

This commit is contained in:
smoogipooo
2017-03-29 18:16:26 +09:00
parent 3050039972
commit c0dae89844
4 changed files with 32 additions and 3 deletions

View File

@ -6,6 +6,7 @@ using System;
using System.Linq;
using osu.Framework.Input;
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Taiko.Judgements;
namespace osu.Game.Modes.Taiko.Objects.Drawable
{
@ -26,6 +27,8 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
{
}
protected override TaikoJudgement CreateJudgement() => new TaikoStrongHitJudgement();
protected override void CheckJudgement(bool userTriggered)
{
if (Judgement.Result == HitResult.None)