Merge pull request #5036 from GSculerlor/difficulty-icon-tooltip

Add tooltips to difficulty icons with extra details
This commit is contained in:
Dean Herbert
2019-08-19 17:23:13 +09:00
committed by GitHub
3 changed files with 115 additions and 5 deletions

View File

@ -82,7 +82,7 @@ namespace osu.Game.Screens.Select.Carousel
Origin = Anchor.CentreLeft,
Children = new Drawable[]
{
new DifficultyIcon(beatmap)
new DifficultyIcon(beatmap, shouldShowTooltip: false)
{
Scale = new Vector2(1.8f),
},