mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Rename TestScene{Editor -> Composer}Selection
In line with an upcoming split in functionality between the composer blueprint container and the timeline blueprint container.
This commit is contained in:
parent
671fe77213
commit
7caa0a81ec
@ -20,14 +20,14 @@ using osuTK.Input;
|
||||
|
||||
namespace osu.Game.Tests.Visual.Editing
|
||||
{
|
||||
public class TestSceneEditorSelection : EditorTestScene
|
||||
public class TestSceneComposerSelection : EditorTestScene
|
||||
{
|
||||
protected override Ruleset CreateEditorRuleset() => new OsuRuleset();
|
||||
|
||||
protected override IBeatmap CreateBeatmap(RulesetInfo ruleset) => new TestBeatmap(ruleset, false);
|
||||
|
||||
private EditorBlueprintContainer blueprintContainer
|
||||
=> Editor.ChildrenOfType<EditorBlueprintContainer>().First();
|
||||
private ComposeBlueprintContainer blueprintContainer
|
||||
=> Editor.ChildrenOfType<ComposeBlueprintContainer>().First();
|
||||
|
||||
private void moveMouseToObject(Func<HitObject> targetFunc)
|
||||
{
|
Loading…
Reference in New Issue
Block a user