mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Demonstrate value of SPINNER_TOP_OFFSET
to being more sensible
This commit is contained in:
parent
d528ef426f
commit
1525480e73
@ -141,7 +141,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
/// for positioning some legacy spinner components perfectly as in stable.
|
||||
/// (e.g. 'spin' sprite, 'clear' sprite, metre in old-style spinners)
|
||||
/// </summary>
|
||||
public const float SPINNER_TOP_OFFSET = 29f;
|
||||
public static readonly float SPINNER_TOP_OFFSET = (float)Math.Ceiling(45f * SPRITE_SCALE);
|
||||
|
||||
public LegacyCoordinatesContainer()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user