mirror of https://github.com/ppy/osu
Use Torus alternates on online play screens as per design
This commit is contained in:
parent
67d08a3eee
commit
017756cbca
|
@ -72,21 +72,21 @@ public MultiHeaderTitle(string mainTitle)
|
|||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Font = OsuFont.GetFont(size: 24),
|
||||
Font = OsuFont.TorusAlternate.With(size: 24),
|
||||
Text = mainTitle
|
||||
},
|
||||
dot = new OsuSpriteText
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Font = OsuFont.GetFont(size: 24),
|
||||
Font = OsuFont.TorusAlternate.With(size: 24),
|
||||
Text = "·"
|
||||
},
|
||||
pageTitle = new OsuSpriteText
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Font = OsuFont.GetFont(size: 24),
|
||||
Font = OsuFont.TorusAlternate.With(size: 24),
|
||||
Text = "Lounge"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue