mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix venera fonts not being correctly specified
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Screens.Play
|
||||
Origin = Anchor.BottomLeft,
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Colour = colours.BlueLighter,
|
||||
Font = OsuFont.GetFont(Typeface.Venera),
|
||||
Font = OsuFont.Numeric,
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
Left = margin,
|
||||
@ -53,14 +53,14 @@ namespace osu.Game.Screens.Play
|
||||
Origin = Anchor.BottomCentre,
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Colour = colours.BlueLighter,
|
||||
Font = OsuFont.GetFont(Typeface.Venera),
|
||||
Font = OsuFont.Numeric,
|
||||
},
|
||||
timeLeft = new OsuSpriteText
|
||||
{
|
||||
Origin = Anchor.BottomRight,
|
||||
Anchor = Anchor.BottomRight,
|
||||
Colour = colours.BlueLighter,
|
||||
Font = OsuFont.GetFont(Typeface.Venera),
|
||||
Font = OsuFont.Numeric,
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
Right = margin,
|
||||
|
Reference in New Issue
Block a user