mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Make tracking area larger.
This commit is contained in:
parent
c7ffd56a10
commit
ad761eb66a
@ -150,7 +150,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
|
||||
tracking = value;
|
||||
|
||||
follow.ScaleTo(tracking ? 2 : 1, 140, EasingTypes.Out);
|
||||
follow.ScaleTo(tracking ? 2.4f : 1, 140, EasingTypes.Out);
|
||||
follow.FadeTo(tracking ? 0.8f : 0, 140, EasingTypes.Out);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user