This commit is contained in:
Shawdooow
2017-12-31 11:30:58 -05:00
parent 3ba5dce052
commit 064758b96d
8 changed files with 8 additions and 24 deletions

View File

@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Osu.Objects
TimePreempt = 1200 - (difficulty.ApproachRate - 5) * 150;
else
TimePreempt = 1800 - difficulty.ApproachRate * 120;
TimeFadein = TimePreempt / 3;
TimeFadein = TimePreempt * 0.66f;
Scale = (1.0f - 0.7f * (difficulty.CircleSize - 5) / 5) / 2;