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), Font = OsuFont.Numeric.With(size: 40),
UseFullGlyphHeight = false, UseFullGlyphHeight = false,
}, confineMode: ConfineMode.NoScaling), }, confineMode: ConfineMode.NoScaling)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
},
hitCircleOverlay = new Sprite hitCircleOverlay = new Sprite
{ {
Texture = skin.GetTexture("hitcircleoverlay"), Texture = skin.GetTexture("hitcircleoverlay"),