Add new display for difficulty row attribute

This commit is contained in:
Dean Herbert
2021-04-19 15:57:27 +09:00
parent d3cebfb6fb
commit 3aad0a8b9c
4 changed files with 95 additions and 4 deletions

View File

@ -138,7 +138,7 @@ namespace osu.Game.Screens.Edit.Timing
return new TimingRowAttribute(timing);
case DifficultyControlPoint difficulty:
return new EmptyRowAttribute("difficulty", () => $"{difficulty.SpeedMultiplier:n2}x", colour);
return new DifficultyRowAttribute(difficulty);
case EffectControlPoint effect:
return new EmptyRowAttribute("effect", () => string.Join(" ",