mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +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());
|
||||
}
|
||||
|
||||
|
@ -213,8 +213,11 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
|
||||
public TestCatcherArea()
|
||||
{
|
||||
Scale = new Vector2(4f);
|
||||
|
||||
MovableCatcher = new Catcher(this, new BeatmapDifficulty())
|
||||
{
|
||||
X = CatchPlayfield.CENTER_X,
|
||||
Scale = new Vector2(4)
|
||||
};
|
||||
AddInternal(droppedObjectContainer = new DroppedObjectContainer());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user