mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 21:17:46 +08:00
Update font size (*1.25) to follow the design image.
This commit is contained in:
parent
74000f77ad
commit
c53298a3b1
@ -55,7 +55,7 @@ namespace osu.Game.Overlays
|
|||||||
Origin = Anchor.BottomCentre,
|
Origin = Anchor.BottomCentre,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Position = new Vector2(0, 40),
|
Position = new Vector2(0, 40),
|
||||||
TextSize = 20,
|
TextSize = 25,
|
||||||
Colour = Color4.White,
|
Colour = Color4.White,
|
||||||
Text = @"Nothing to play",
|
Text = @"Nothing to play",
|
||||||
Font = @"Exo2.0-MediumItalic"
|
Font = @"Exo2.0-MediumItalic"
|
||||||
@ -65,7 +65,7 @@ namespace osu.Game.Overlays
|
|||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Position = new Vector2(0, 45),
|
Position = new Vector2(0, 45),
|
||||||
TextSize = 12,
|
TextSize = 15,
|
||||||
Colour = Color4.White,
|
Colour = Color4.White,
|
||||||
Text = @"Nothing to play",
|
Text = @"Nothing to play",
|
||||||
Font = @"Exo2.0-BoldItalic"
|
Font = @"Exo2.0-BoldItalic"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user