mirror of https://github.com/ppy/osu
Follow current mod layout.
This commit is contained in:
parent
b19405c987
commit
b3b813c0ae
|
@ -62,6 +62,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
return new Mod[]
|
||||
{
|
||||
new CatchModRelax(),
|
||||
null,
|
||||
null,
|
||||
new MultiMod
|
||||
{
|
||||
Mods = new Mod[]
|
||||
|
|
|
@ -54,7 +54,14 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
new ManiaModNightcore(),
|
||||
},
|
||||
},
|
||||
new ManiaModHidden(),
|
||||
new MultiMod
|
||||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new ManiaModFadeIn(),
|
||||
new ManiaModHidden(),
|
||||
}
|
||||
},
|
||||
new ManiaModFlashlight(),
|
||||
};
|
||||
|
||||
|
@ -76,8 +83,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
new ManiaModKey3(),
|
||||
},
|
||||
},
|
||||
new ManiaModKeyCoop(),
|
||||
new ManiaModRandom(),
|
||||
new ManiaModKeyCoop(),
|
||||
new MultiMod
|
||||
{
|
||||
Mods = new Mod[]
|
||||
|
|
|
@ -80,7 +80,6 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
{
|
||||
new OsuModRelax(),
|
||||
new OsuModAutopilot(),
|
||||
new OsuModTarget(),
|
||||
new OsuModSpunOut(),
|
||||
new MultiMod
|
||||
{
|
||||
|
@ -90,6 +89,7 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
new ModCinema(),
|
||||
},
|
||||
},
|
||||
new OsuModTarget(),
|
||||
};
|
||||
|
||||
default:
|
||||
|
|
|
@ -62,6 +62,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
return new Mod[]
|
||||
{
|
||||
new TaikoModRelax(),
|
||||
null,
|
||||
null,
|
||||
new MultiMod
|
||||
{
|
||||
Mods = new Mod[]
|
||||
|
|
Loading…
Reference in New Issue