mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 19:22:56 +08:00
Modify toolbar tooltips to be closer to design.
This commit is contained in:
parent
d6dafd6b70
commit
9d1d5a5cea
@ -105,10 +105,11 @@ namespace osu.Game.Overlays
|
|||||||
tooltip1 = new SpriteText
|
tooltip1 = new SpriteText
|
||||||
{
|
{
|
||||||
TextSize = 22,
|
TextSize = 22,
|
||||||
|
Font = @"Exo2.0-Bold",
|
||||||
},
|
},
|
||||||
tooltip2 = new SpriteText
|
tooltip2 = new SpriteText
|
||||||
{
|
{
|
||||||
TextSize = 15
|
TextSize = 16
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user