mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:12:56 +08:00
add a period after EVERYTHING
This commit is contained in:
parent
d32ffc1ebc
commit
7653ce80cd
@ -19,8 +19,8 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override string ShortenedName => "Arrange";
|
||||
public override FontAwesome Icon => FontAwesome.fa_arrows;
|
||||
public override ModType Type => ModType.Fun;
|
||||
public override string Description => "Everything rotates. EVERYTHING";
|
||||
public override double ScoreMultiplier => 1.05;
|
||||
public override string Description => "Everything rotates. EVERYTHING.";
|
||||
|
||||
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user