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:
parent
901102918e
commit
5e387e92cd
@ -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
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user