mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Make tracking area larger.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user