show mod settings in ModIcon tooltip

This commit is contained in:
Liam DeVoe
2020-03-18 23:43:26 -04:00
parent e59d7fee26
commit 18bf7c913b
9 changed files with 33 additions and 1 deletions

View File

@ -28,6 +28,8 @@ namespace osu.Game.Rulesets.Mods
MaxValue = 10
};
public override string IconTooltip => $"{Name}{(Retries.IsDefault ? "" : $" ({Retries.Value} lives)")}";
private int retries;
private BindableNumber<double> health;