1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 17:03:18 +08: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 tooltip1 = new SpriteText
{ {
Shadow = true,
TextSize = 22, TextSize = 22,
Font = @"Exo2.0-Bold", Font = @"Exo2.0-Bold",
}, },
tooltip2 = new SpriteText tooltip2 = new SpriteText
{ {
Shadow = true,
TextSize = 16 TextSize = 16
} }
} }