1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Add positional offset to avoid the SPM counter

This commit is contained in:
Dean Herbert 2020-11-05 19:16:47 +09:00
parent 901102918e
commit 5e387e92cd

View File

@ -37,7 +37,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
Depth = float.MinValue,
Texture = source.GetTexture("spinner-spin"),
Scale = new Vector2(SPRITE_SCALE),
Y = 120 // todo: make match roughly?
Y = 120 - 45 // offset temporarily to avoid overlapping default spin counter
},
});
}