1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

Fix checkbox design regressions.

This commit is contained in:
Dean Herbert 2017-01-24 17:22:31 +09:00
parent c07001b566
commit 7ee6a50404

View File

@ -168,14 +168,17 @@ namespace osu.Game.Overlays.Options
private void load(OsuColour colours)
{
Colour = idleColour = colours.Pink;
glowingColour = colours.PinkLighter;
EdgeEffect = new EdgeEffect
{
Colour = glowingColour = colours.PinkDarker,
Colour = colours.PinkDarker,
Type = EdgeEffectType.Glow,
Radius = 10,
Roundness = 8,
};
FadeGlowTo(0);
}
public bool Glowing