mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:12:56 +08:00
Make Wiggle incompatible with Transform
This commit is contained in:
parent
92c6b570ea
commit
3e02a36938
@ -20,6 +20,8 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override ModType Type => ModType.Fun;
|
||||
public override string Description => "Everything rotates. EVERYTHING.";
|
||||
public override double ScoreMultiplier => 1;
|
||||
public override Type[] IncompatibleMods => new Type[] { typeof(OsuModWiggle) };
|
||||
|
||||
private float theta;
|
||||
|
||||
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
||||
|
Loading…
Reference in New Issue
Block a user