1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Adjust glow colour slightly.

This commit is contained in:
Dean Herbert 2016-11-02 10:22:46 +09:00
parent 50de8528a5
commit 617a3f5c4f

View File

@ -58,7 +58,7 @@ namespace osu.Game.Beatmaps.Drawable
EdgeEffect = new EdgeEffect
{
Type = EdgeEffectType.Glow,
Colour = new Color4(150, 204, 255, 150),
Colour = new Color4(130, 204, 255, 150),
Radius = 20,
Roundness = 10,
};