1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Increase PERFECT from 320 to 350 score

This commit is contained in:
smoogipoo 2020-07-28 17:59:52 +09:00
parent f7cd6e83aa
commit 375dad0878

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mania.Judgements
return 300;
case HitResult.Perfect:
return 320;
return 350;
}
}
}