mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix venera fonts not being correctly specified
This commit is contained in:
@ -140,7 +140,7 @@ namespace osu.Game.Overlays.Volume
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Font = OsuFont.GetFont(Typeface.Venera, 0.16f * circleSize)
|
||||
Font = OsuFont.Numeric.With(size: 0.16f * circleSize)
|
||||
}).WithEffect(new GlowEffect
|
||||
{
|
||||
Colour = Color4.Transparent,
|
||||
|
Reference in New Issue
Block a user