mirror of
https://github.com/ppy/osu
synced 2025-01-30 01:42:54 +00:00
replace icon
This commit is contained in:
parent
5d274dbce8
commit
eec77b0527
@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Catch.Mods
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user