Add basic selection box with drag handles

This commit is contained in:
Dean Herbert
2020-09-29 19:07:40 +09:00
parent 66e89f56d9
commit cd794eaa65
4 changed files with 349 additions and 16 deletions

View File

@ -45,7 +45,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
{
Masking = true,
BorderColour = Color4.White,
BorderThickness = SelectionHandler.BORDER_RADIUS,
BorderThickness = ComposeSelectionBox.BORDER_RADIUS,
Child = new Box
{
RelativeSizeAxes = Axes.Both,