mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 11:07:35 +09:00
Also adjust taiko
This commit is contained in:
parent
2b39857b8c
commit
35d6501478
@ -7,6 +7,10 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
||||
{
|
||||
internal class TaikoScoreProcessor : ScoreProcessor
|
||||
{
|
||||
protected override double DefaultAccuracyPortion => 0.75;
|
||||
|
||||
protected override double DefaultComboPortion => 0.25;
|
||||
|
||||
public override HitWindows CreateHitWindows() => new TaikoHitWindows();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user