Merge pull request #20704 from ekrctb/scrolling-drag-box

Anchor editor drag box on time (catch, mania)
This commit is contained in:
Dean Herbert
2022-10-12 11:48:05 +09:00
committed by GitHub
3 changed files with 68 additions and 0 deletions

View File

@ -33,5 +33,7 @@ namespace osu.Game.Rulesets.Mania.Edit
}
protected override SelectionHandler<HitObject> CreateSelectionHandler() => new ManiaSelectionHandler();
protected sealed override DragBox CreateDragBox() => new ScrollingDragBox(Composer.Playfield);
}
}