Implement ConstantScrollingSpeedVisualiser

This commit is contained in:
Hanamuke
2018-09-18 20:21:10 +02:00
parent b17bd6aaaa
commit e3cc25a96a
4 changed files with 9 additions and 2 deletions

View File

@ -55,6 +55,8 @@ namespace osu.Game.Rulesets.Catch.UI
RelativeSizeAxes = Axes.Both,
},
});
VisibleTimeRange.Value = BeatmapDifficulty.DifficultyRange(difficulty.ApproachRate, 1800, 1200, 450) / 1.2;
}
public bool CheckIfWeCanCatch(CatchHitObject obj) => catcherArea.AttemptCatch(obj);