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