mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Create Catcher
in CatchPlayfield
This commit is contained in:
@ -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