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

Fix hit circle positioning

This commit is contained in:
iiSaLMaN 2019-10-03 06:49:32 +03:00
parent 3fe5611700
commit dabc224030

View File

@ -56,7 +56,11 @@ namespace osu.Game.Rulesets.Osu.Skinning
{
Font = OsuFont.Numeric.With(size: 40),
UseFullGlyphHeight = false,
}, confineMode: ConfineMode.NoScaling),
}, confineMode: ConfineMode.NoScaling)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
},
hitCircleOverlay = new Sprite
{
Texture = skin.GetTexture("hitcircleoverlay"),