mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Reduce scale effect slightly (was feeling too bouncy)
This commit is contained in:
parent
55949e8407
commit
f9a1d9df56
@ -158,7 +158,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
{
|
||||
Content.ScaleTo(0.8f, 2000, Easing.OutQuint);
|
||||
Content.ScaleTo(0.9f, 2000, Easing.OutQuint);
|
||||
return base.OnMouseDown(e);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user