replace icon

This commit is contained in:
Fabian 2021-04-17 23:55:39 +02:00
parent 5d274dbce8
commit eec77b0527
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class CatchModFloatingFruits : Mod, IApplicableToDrawableRuleset<CatchHit
public override string Acronym => "FF";
public override string Description => "The fruits are... floating?";
public override double ScoreMultiplier => 1;
public override IconUsage? Icon => FontAwesome.Brands.Fly;
public override IconUsage? Icon => FontAwesome.Solid.Cloud;
public void ApplyToDrawableRuleset(DrawableRuleset<CatchHitObject> drawableRuleset)
{