mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08: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