Add scaling support to osu! editor

This commit is contained in:
Dean Herbert
2020-09-29 19:43:50 +09:00
parent 265bba1a88
commit 0a10e40ce0
2 changed files with 96 additions and 5 deletions

View File

@ -67,7 +67,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
{
Children = new Drawable[]
{
new ComposeSelectionBox(),
CreateSelectionBox(),
new Container
{
Name = "info text",
@ -91,6 +91,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
};
}
public virtual ComposeSelectionBox CreateSelectionBox() => new ComposeSelectionBox();
#region User Input Handling
/// <summary>