mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
add wind up and wind down mods
This commit is contained in:
@ -99,6 +99,11 @@ namespace osu.Game.Rulesets.Catch
|
||||
new MultiMod(new CatchModAutoplay(), new ModCinema()),
|
||||
new CatchModRelax(),
|
||||
};
|
||||
case ModType.Fun:
|
||||
return new Mod[]
|
||||
{
|
||||
new MultiMod(new CatchModWindUp(), new CatchModWindDown())
|
||||
};
|
||||
default:
|
||||
return new Mod[] { };
|
||||
}
|
||||
|
Reference in New Issue
Block a user