Rework SelctionLayer to support click-selections

This commit is contained in:
smoogipoo
2018-02-12 16:02:42 +09:00
parent b6531d632f
commit cfb2b3f1e8
7 changed files with 139 additions and 73 deletions

View File

@ -19,7 +19,12 @@ namespace osu.Game.Tests.Visual
{
public class TestCaseEditorSelectionLayer : OsuTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(SelectionLayer) };
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(HitObjectCapturer),
typeof(HitObjectSelectionBox),
typeof(SelectionLayer)
};
[BackgroundDependencyLoader]
private void load()