This commit is contained in:
DrabWeb
2017-03-02 01:44:18 -04:00
7 changed files with 47 additions and 6 deletions

View File

@ -14,6 +14,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
public TrianglesPiece()
{
TriangleScale = 1.2f;
HideAlphaDiscrepancies = false;
}
protected override void Update()