mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Reduce the hover lightening effect slightly
This commit is contained in:
parent
4bc4ff179a
commit
cd197a9380
@ -175,8 +175,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
}
|
||||
else if (IsHovered)
|
||||
{
|
||||
colourDark = colourDark.Lighten(0.3f);
|
||||
colourLight = colourLight.Lighten(0.3f);
|
||||
colourDark = colourDark.Lighten(0.2f);
|
||||
colourLight = colourLight.Lighten(0.2f);
|
||||
}
|
||||
|
||||
background.FadeColour(colourDark, 150, Easing.OutQuint);
|
||||
|
Loading…
Reference in New Issue
Block a user