mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:13:20 +08: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 Acronym => "FF";
|
||||||
public override string Description => "The fruits are... floating?";
|
public override string Description => "The fruits are... floating?";
|
||||||
public override double ScoreMultiplier => 1;
|
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)
|
public void ApplyToDrawableRuleset(DrawableRuleset<CatchHitObject> drawableRuleset)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user