mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Add gravity mod icon.
This commit is contained in:
parent
b46a9dd0ef
commit
519f5f785b
@ -11,6 +11,7 @@ using System.Linq;
|
||||
using osu.Framework.Lists;
|
||||
using osu.Game.Beatmaps.ControlPoints;
|
||||
using osu.Framework.MathUtils;
|
||||
using osu.Game.Graphics;
|
||||
|
||||
namespace osu.Game.Rulesets.Mania.Mods
|
||||
{
|
||||
@ -20,6 +21,8 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
|
||||
public override double ScoreMultiplier => 0;
|
||||
|
||||
public override FontAwesome Icon => FontAwesome.fa_sort_desc;
|
||||
|
||||
public void ApplyToHitRenderer(HitRenderer<ManiaHitObject> hitRenderer)
|
||||
{
|
||||
var maniaHitRenderer = (ManiaHitRenderer)hitRenderer;
|
||||
|
Loading…
Reference in New Issue
Block a user