mirror of
https://github.com/osukey/osukey.git
synced 2025-07-24 03:40:04 +09:00
Make Wiggle incompatible with Transform
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user