Add "distance spacing" multiplier for osu! ruleset

While osu!catch also implements a distance snap grid, it doesn't rely on
`GetBeatSnapDistanceAt` (unlike osu!), therefore it can't have the
"distance spacing" multiplier yet.
This commit is contained in:
Salman Ahmed
2022-01-17 20:09:02 +03:00
parent db74a226c0
commit 19ee05c232
6 changed files with 116 additions and 2 deletions

View File

@ -32,6 +32,8 @@ namespace osu.Game.Rulesets.Catch.Edit
private readonly Bindable<TernaryState> distanceSnapToggle = new Bindable<TernaryState>();
protected override bool SupportsDistanceSpacing => false;
private InputManager inputManager;
public CatchHitObjectComposer(CatchRuleset ruleset)