mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Adjust sprite texts in-line with framework changes
This commit is contained in:
@ -9,12 +9,10 @@ namespace osu.Game.Graphics.Sprites
|
||||
{
|
||||
public class OsuSpriteText : SpriteText
|
||||
{
|
||||
public const float FONT_SIZE = 16;
|
||||
|
||||
public OsuSpriteText()
|
||||
{
|
||||
Shadow = true;
|
||||
TextSize = FONT_SIZE;
|
||||
Font = OsuFont.Default;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user