1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Demonstrate value of SPINNER_TOP_OFFSET to being more sensible

This commit is contained in:
Salman Ahmed 2021-03-06 19:18:40 +03:00
parent d528ef426f
commit 1525480e73

View File

@ -141,7 +141,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
/// for positioning some legacy spinner components perfectly as in stable. /// for positioning some legacy spinner components perfectly as in stable.
/// (e.g. 'spin' sprite, 'clear' sprite, metre in old-style spinners) /// (e.g. 'spin' sprite, 'clear' sprite, metre in old-style spinners)
/// </summary> /// </summary>
public const float SPINNER_TOP_OFFSET = 29f; public static readonly float SPINNER_TOP_OFFSET = (float)Math.Ceiling(45f * SPRITE_SCALE);
public LegacyCoordinatesContainer() public LegacyCoordinatesContainer()
{ {