mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Create Catcher
in CatchPlayfield
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user