Make ScrollingPlayfield.Reversed protected; make ManiaPlayfield 'invertible'.

This commit is contained in:
smoogipooo
2017-08-23 20:50:03 +09:00
parent 17900fea62
commit 115e5c95af
4 changed files with 45 additions and 27 deletions

View File

@ -55,9 +55,9 @@ namespace osu.Game.Rulesets.UI
};
/// <summary>
/// Whether to reverse the scrolling direction is reversed.
/// Whether to reverse the scrolling direction is reversed. Note that this does _not_ invert the hit objects.
/// </summary>
public readonly BindableBool Reversed = new BindableBool();
protected readonly BindableBool Reversed = new BindableBool();
/// <summary>
/// The container that contains the <see cref="SpeedAdjustmentContainer"/>s and <see cref="DrawableHitObject"/>s.