mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:05:37 +08:00
Fix formatting and constants
This commit is contained in:
parent
b1f6828a1a
commit
9d94aa4e62
@ -21,8 +21,8 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override string Description => "They just won't stay still...";
|
||||
public override double ScoreMultiplier => 1;
|
||||
|
||||
private readonly int wiggle_delay = 90; // (ms) Higher = fewer wiggles
|
||||
private readonly int wiggle_strength = 10; // Higher = stronger wiggles
|
||||
private const int wiggle_delay = 90; // (ms) Higher = fewer wiggles
|
||||
private const int wiggle_strength = 10; // Higher = stronger wiggles
|
||||
|
||||
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user