Adjust Explode alpha slightly.

This commit is contained in:
Dean Herbert 2017-02-16 22:48:47 +09:00
parent 53e40804ab
commit aaed714160
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -25,7 +25,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
{
BlendingMode = BlendingMode.Additive,
RelativeSizeAxes = Axes.Both,
Alpha = 0.1f,
Alpha = 0.2f,
}
};
}