mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +08:00
Add hold note tick judgement.
This commit is contained in:
parent
4c67c13410
commit
02f582a3f8
@ -5,5 +5,7 @@ namespace osu.Game.Rulesets.Mania.Judgements
|
|||||||
{
|
{
|
||||||
public class HoldNoteTickJudgement : ManiaJudgement
|
public class HoldNoteTickJudgement : ManiaJudgement
|
||||||
{
|
{
|
||||||
|
public override int NumericResultForScore(ManiaHitResult result) => 20;
|
||||||
|
public override int NumericResultForAccuracy(ManiaHitResult result) => 0; // Don't count ticks into accuracy
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user