mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
move overridability to SettingDescription method
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
MaxValue = 10
|
||||
};
|
||||
|
||||
public override string IconTooltip => $"{Name}{(Retries.IsDefault ? "" : $" ({Retries.Value} lives)")}";
|
||||
public override string SettingDescription => Retries.IsDefault ? "" : $" ({Retries.Value} lives)";
|
||||
|
||||
private int retries;
|
||||
|
||||
|
Reference in New Issue
Block a user