Added traceable mod + HideButApproachCircle function for DrawableHitCircle

This commit is contained in:
MaxOhn
2018-10-09 13:16:27 +02:00
parent 3322eb47b3
commit 1366b53a71
3 changed files with 42 additions and 0 deletions

View File

@ -121,6 +121,7 @@ namespace osu.Game.Rulesets.Osu
return new Mod[] {
new OsuModTransform(),
new OsuModWiggle(),
new OsuModTraceable(),
};
default:
return new Mod[] { };