mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Made medium the default font weight
This commit is contained in:
@ -67,7 +67,8 @@ namespace osu.Game.Graphics.Cursor
|
||||
},
|
||||
text = new OsuSpriteText
|
||||
{
|
||||
Padding = new MarginPadding(5)
|
||||
Padding = new MarginPadding(5),
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Regular)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user