Move piece files of Catch ruleset

This commit is contained in:
ekrctb
2020-12-07 12:34:38 +09:00
parent e3c035fe9c
commit b4b9312e0f
15 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,14 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Rulesets.Catch.Objects.Drawables.Pieces
{
public class HyperDropletBorderPiece : HyperBorderPiece
{
public HyperDropletBorderPiece()
{
Size /= 2;
BorderThickness = 6f;
}
}
}