Add a display of count of selected objects in editor

This commit is contained in:
Dean Herbert
2020-07-17 17:48:27 +09:00
parent 02678c04d5
commit ea6f257dc2
2 changed files with 46 additions and 15 deletions

View File

@ -64,6 +64,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
DragBox = CreateDragBox(select),
selectionHandler,
SelectionBlueprints = CreateSelectionBlueprintContainer(),
selectionHandler.CreateProxy(),
DragBox.CreateProxy().With(p => p.Depth = float.MinValue)
});