mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Adjust sprite texts in-line with framework changes
This commit is contained in:
@ -129,15 +129,13 @@ namespace osu.Game.Overlays.Toolbar
|
||||
Anchor = TooltipAnchor,
|
||||
Origin = TooltipAnchor,
|
||||
Shadow = true,
|
||||
TextSize = 22,
|
||||
Font = @"Exo2.0-Bold",
|
||||
Font = OsuFont.GetFont(size: 22, weight: FontWeight.Bold),
|
||||
},
|
||||
tooltip2 = new OsuSpriteText
|
||||
{
|
||||
Anchor = TooltipAnchor,
|
||||
Origin = TooltipAnchor,
|
||||
Shadow = true,
|
||||
TextSize = 16
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user