mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Make tracking area larger.
This commit is contained in:
@ -150,7 +150,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
|||||||
|
|
||||||
tracking = value;
|
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);
|
follow.FadeTo(tracking ? 0.8f : 0, 140, EasingTypes.Out);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user