mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Update font/size.
This commit is contained in:
parent
662544e04f
commit
1f7ed72dc6
@ -1 +1 @@
|
||||
Subproject commit ce76f812d3e059233e1dea395b125352f638b2da
|
||||
Subproject commit b90c4ed490f76f2995662b3a8af3a32b8756a012
|
@ -116,6 +116,7 @@ namespace osu.Game
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-BlackItalic"));
|
||||
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Venera"));
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Venera-Light"));
|
||||
|
||||
OszArchiveReader.Register();
|
||||
|
||||
|
@ -92,8 +92,8 @@ namespace osu.Game.Screens.Ranking
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Colour = colours.PinkDarker,
|
||||
Y = 5,
|
||||
TextSize = 60,
|
||||
Y = 10,
|
||||
TextSize = 56,
|
||||
},
|
||||
}
|
||||
},
|
||||
@ -321,6 +321,7 @@ namespace osu.Game.Screens.Ranking
|
||||
public SlowScoreCounter(uint leading = 0) : base(leading)
|
||||
{
|
||||
DisplayedCountSpriteText.Shadow = false;
|
||||
DisplayedCountSpriteText.Font = @"Venera-Light";
|
||||
UseCommaSeparator = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user