mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Make Transform incompatible with Wiggle
This commit is contained in:
parent
8cb0b5e98d
commit
92c6b570ea
@ -21,6 +21,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override ModType Type => ModType.Fun;
|
||||
public override string Description => "They just won't stay still...";
|
||||
public override double ScoreMultiplier => 1;
|
||||
public override Type[] IncompatibleMods => new Type[] { typeof(OsuModTransform) };
|
||||
|
||||
private const int wiggle_duration = 90; // (ms) Higher = fewer wiggles
|
||||
private const int wiggle_strength = 10; // Higher = stronger wiggles
|
||||
|
Loading…
Reference in New Issue
Block a user