mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 13:07:25 +08:00
Merge branch 'taiko_drumroll_tick_judgements' into taiko_drumroll_drawable
Conflicts: osu.Game.Modes.Taiko/Judgements/TaikoDrumRollTickJudgementInfo.cs
This commit is contained in:
commit
71c74ee4c2
@ -5,6 +5,16 @@ namespace osu.Game.Modes.Taiko.Judgements
|
||||
{
|
||||
public class TaikoDrumRollTickJudgementInfo : TaikoJudgementInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// Drum roll ticks don't display judgement text.
|
||||
/// </summary>
|
||||
public override string ScoreString => string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Drum roll ticks don't display judgement text.
|
||||
/// </summary>
|
||||
public override string MaxScoreString => string.Empty;
|
||||
|
||||
protected override int NumericResultForScore(TaikoHitResult result)
|
||||
{
|
||||
switch (result)
|
||||
|
Loading…
Reference in New Issue
Block a user