mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
add wind up and wind down mods
This commit is contained in:
@ -99,6 +99,11 @@ namespace osu.Game.Rulesets.Taiko
|
||||
new MultiMod(new TaikoModAutoplay(), new ModCinema()),
|
||||
new TaikoModRelax(),
|
||||
};
|
||||
case ModType.Fun:
|
||||
return new Mod[]
|
||||
{
|
||||
new MultiMod(new TaikoModWindUp(), new TaikoModWindDown())
|
||||
};
|
||||
default:
|
||||
return new Mod[] { };
|
||||
}
|
||||
|
Reference in New Issue
Block a user