mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Judge heads as slider ticks instead
This commit is contained in:
@ -33,10 +33,5 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
protected override HitWindows CreateHitWindows() => HitWindows.Empty;
|
||||
|
||||
public override Judgement CreateJudgement() => new SliderTickJudgement();
|
||||
|
||||
public class SliderTickJudgement : OsuJudgement
|
||||
{
|
||||
public override HitResult MaxResult => HitResult.LargeTickHit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user