Combine triangle system implementations.

This commit is contained in:
Dean Herbert
2017-02-15 20:39:10 +09:00
parent 7fc035835b
commit 12e265a3e2
6 changed files with 61 additions and 65 deletions

View File

@ -21,10 +21,11 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
Children = new Drawable[]
{
new Triangles
new TrianglesPiece
{
BlendingMode = BlendingMode.Additive,
RelativeSizeAxes = Axes.Both
RelativeSizeAxes = Axes.Both,
Alpha = 0.1f,
}
};
}