mirror of
https://github.com/ppy/osu
synced 2025-01-02 12:22:13 +00:00
Update ModDaycore icon
This commit is contained in:
parent
5d160376c0
commit
12cf304598
@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
{
|
||||
public override string Name => "Daycore";
|
||||
public override string Acronym => "DC";
|
||||
public override IconUsage? Icon => FontAwesome.Solid.Question;
|
||||
public override IconUsage? Icon => null;
|
||||
public override string Description => "Whoaaaaa...";
|
||||
|
||||
private readonly BindableNumber<double> tempoAdjust = new BindableDouble(1);
|
||||
|
Loading…
Reference in New Issue
Block a user