mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
SelectionBox -> SelectionHandler
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
new SpinnerCompositionTool()
|
||||
};
|
||||
|
||||
public override SelectionBox CreateSelectionBox() => new OsuSelectionBox();
|
||||
public override SelectionHandler CreateSelectionHandler() => new OsuSelectionHandler();
|
||||
|
||||
protected override Container CreateLayerContainer() => new PlayfieldAdjustmentContainer { RelativeSizeAxes = Axes.Both };
|
||||
|
||||
|
Reference in New Issue
Block a user