Share logic with other rulesets (and make default)

This commit is contained in:
Dean Herbert
2019-08-28 18:12:47 +09:00
parent 9752dbf950
commit 9a98f39f06
5 changed files with 5 additions and 7 deletions

View File

@ -46,8 +46,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
Anchor = Origin = e.NewValue == ScrollingDirection.Up ? Anchor.TopCentre : Anchor.BottomCentre;
}
protected override void UpdateInitialTransforms() => this.FadeIn();
protected override void UpdateStateTransforms(ArmedState state)
{
switch (state)