Merge branch 'master' into applicable-to-hud

This commit is contained in:
Salman Ahmed
2019-07-02 05:24:56 +03:00
committed by GitHub
57 changed files with 616 additions and 298 deletions

View File

@ -127,7 +127,11 @@ namespace osu.Game.Screens.Play
Child = new LocalSkinOverrideContainer(working.Skin)
{
RelativeSizeAxes = Axes.Both,
Child = DrawableRuleset
Children = new Drawable[]
{
DrawableRuleset,
new ComboEffects(ScoreProcessor)
}
}
},
new BreakOverlay(working.Beatmap.BeatmapInfo.LetterboxInBreaks, ScoreProcessor)