mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Adjust sprite texts in-line with framework changes
This commit is contained in:
@ -30,8 +30,7 @@ namespace osu.Game.Graphics
|
||||
|
||||
public DrawableDate(DateTimeOffset date)
|
||||
{
|
||||
Font = "Exo2.0-RegularItalic";
|
||||
|
||||
Font = OsuFont.GetFont(italics: true);
|
||||
Date = date;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user