mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Split out classes and simplify construction of buttons
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
|
||||
public TestSceneComposeSelectBox()
|
||||
{
|
||||
ComposeSelectionBox selectionBox = null;
|
||||
SelectionBox selectionBox = null;
|
||||
|
||||
AddStep("create box", () =>
|
||||
Child = selectionArea = new Container
|
||||
@ -24,7 +24,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
Anchor = Anchor.Centre,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
selectionBox = new ComposeSelectionBox
|
||||
selectionBox = new SelectionBox
|
||||
{
|
||||
CanRotate = true,
|
||||
CanScaleX = true,
|
||||
|
Reference in New Issue
Block a user