mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Made medium the default font weight
This commit is contained in:
@ -107,7 +107,7 @@ namespace osu.Game.Overlays
|
||||
Origin = Anchor.BottomCentre,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Position = new Vector2(0, 40),
|
||||
Font = OsuFont.GetFont(size: 25, weight: FontWeight.Medium, italics: true),
|
||||
Font = OsuFont.GetFont(size: 25, italics: true),
|
||||
Colour = Color4.White,
|
||||
Text = @"Nothing to play",
|
||||
},
|
||||
|
Reference in New Issue
Block a user