mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:43:21 +08:00
Fix code formatting
This commit is contained in:
parent
16e655766e
commit
f68c4e8890
@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
public override double ScoreMultiplier => 1;
|
public override double ScoreMultiplier => 1;
|
||||||
public override Type[] IncompatibleMods => new[] { typeof(OsuModTransform), typeof(OsuModMagnetised), typeof(OsuModRepel) };
|
public override Type[] IncompatibleMods => new[] { typeof(OsuModTransform), typeof(OsuModMagnetised), typeof(OsuModRepel) };
|
||||||
|
|
||||||
private const int wiggle_duration = 100; // (ms) Higher = fewer wiggles
|
private const int wiggle_duration = 100; // (ms) Higher = fewer wiggles
|
||||||
|
|
||||||
[SettingSource("Strength", "Multiplier applied to the wiggling strength.")]
|
[SettingSource("Strength", "Multiplier applied to the wiggling strength.")]
|
||||||
public BindableDouble WiggleStrength { get; } = new BindableDouble(1)
|
public BindableDouble WiggleStrength { get; } = new BindableDouble(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user