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:
parent
f7766fa384
commit
b3b7fb90c5
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user