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