Merge branch 'master' into mania-note-sizing

This commit is contained in:
Dan Balasescu
2019-09-12 14:20:28 +09:00
committed by GitHub
11 changed files with 293 additions and 51 deletions

View File

@ -68,6 +68,10 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
Alpha = 0.2f;
}
protected override void UpdateInitialTransforms()
{
}
protected override void UpdateStateTransforms(ArmedState state)
{
}