mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 20:47:25 +08:00
Use yinyang icon
This commit is contained in:
parent
583760100a
commit
e1ed8554a1
@ -3,6 +3,7 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Game.Audio;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Rulesets.Mania.Beatmaps;
|
||||
@ -20,6 +21,8 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
|
||||
public override string Description => "Hold the keys. To the beat.";
|
||||
|
||||
public override IconUsage? Icon => FontAwesome.Solid.YinYang;
|
||||
|
||||
public override ModType Type => ModType.Conversion;
|
||||
|
||||
public void ApplyToBeatmap(IBeatmap beatmap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user