mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 18:47:27 +08:00
Merge branch 'master' into fix-beatmap-set-dismissal
This commit is contained in:
commit
be4ef0880e
@ -158,7 +158,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
protected override bool OnMouseDown(MouseDownEvent e)
|
protected override bool OnMouseDown(MouseDownEvent e)
|
||||||
{
|
{
|
||||||
Content.ScaleTo(0.8f, 2000, Easing.OutQuint);
|
Content.ScaleTo(0.9f, 2000, Easing.OutQuint);
|
||||||
return base.OnMouseDown(e);
|
return base.OnMouseDown(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -176,8 +176,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
if (!Enabled.Value)
|
if (!Enabled.Value)
|
||||||
{
|
{
|
||||||
colourDark = colourDark.Darken(0.3f);
|
colourDark = colourDark.Darken(1f);
|
||||||
colourLight = colourLight.Darken(0.3f);
|
colourLight = colourLight.Darken(1f);
|
||||||
}
|
}
|
||||||
else if (IsHovered)
|
else if (IsHovered)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user