1
0
mirror of https://github.com/ppy/osu synced 2025-01-18 20:10:49 +00:00

Add shadows to toolbar tooltips.

This commit is contained in:
Dean Herbert 2016-11-23 11:35:31 +09:00
parent f7766fa384
commit b3b7fb90c5

View File

@ -104,11 +104,13 @@ namespace osu.Game.Overlays
{
tooltip1 = new SpriteText
{
Shadow = true,
TextSize = 22,
Font = @"Exo2.0-Bold",
},
tooltip2 = new SpriteText
{
Shadow = true,
TextSize = 16
}
}