1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 08:07:24 +08:00

Modify toolbar tooltips to be closer to design.

This commit is contained in:
Dean Herbert 2016-11-09 15:16:34 +09:00
parent d6dafd6b70
commit 9d1d5a5cea

View File

@ -105,10 +105,11 @@ namespace osu.Game.Overlays
tooltip1 = new SpriteText
{
TextSize = 22,
Font = @"Exo2.0-Bold",
},
tooltip2 = new SpriteText
{
TextSize = 15
TextSize = 16
}
}
}