mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
show mod settings in ModIcon tooltip
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user