mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 05:03:02 +08:00
Fix newline style in mod
This commit is contained in:
parent
5dd829cb3a
commit
c0b2f8bd01
@ -25,10 +25,15 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
{
|
||||
|
||||
public override string Name => "No Long Notes";
|
||||
|
||||
public override string Acronym => "NL";
|
||||
|
||||
public override double ScoreMultiplier => 1;
|
||||
|
||||
public override string Description => @"Turns all held notes into tap notes. No coordination required.";
|
||||
|
||||
public override IconUsage? Icon => FontAwesome.Solid.DotCircle;
|
||||
|
||||
public override ModType Type => ModType.Conversion;
|
||||
|
||||
[SettingSource("Add end notes", "Also add a note at the end of a held note")]
|
||||
|
Loading…
Reference in New Issue
Block a user