mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:39:54 +08:00
Add shadows to toolbar tooltips.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user