Create Catcher in CatchPlayfield

This commit is contained in:
ekrctb
2021-07-19 19:44:40 +09:00
parent 23ef666f34
commit 97059a9f50
4 changed files with 51 additions and 27 deletions

View File

@ -123,8 +123,11 @@ namespace osu.Game.Rulesets.Catch.Tests
private readonly DroppedObjectContainer droppedObjectContainer;
public TestCatcherArea(BeatmapDifficulty beatmapDifficulty)
: base(beatmapDifficulty)
{
MovableCatcher = new Catcher(this, beatmapDifficulty)
{
X = CatchPlayfield.CENTER_X
};
AddInternal(droppedObjectContainer = new DroppedObjectContainer());
}