Merge branch 'master' into mania-stage-background-skinning

This commit is contained in:
Dean Herbert
2020-04-09 15:37:48 +09:00
committed by GitHub
19 changed files with 210 additions and 38 deletions

View File

@ -42,6 +42,7 @@ namespace osu.Game.Rulesets.Mania.UI
Index = index;
RelativeSizeAxes = Axes.Y;
Width = COLUMN_WIDTH;
Drawable background = new SkinnableDrawable(new ManiaSkinComponent(ManiaSkinComponents.ColumnBackground, Index), _ => new DefaultColumnBackground())
{