mirror of
https://github.com/ppy/osu
synced 2025-03-03 01:49:46 +00:00
Fix hit circle positioning
This commit is contained in:
parent
3fe5611700
commit
dabc224030
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user