mirror of
https://github.com/ppy/osu
synced 2025-01-17 11:30:52 +00:00
Scale mania beat lengths relative to each other
This commit is contained in:
parent
d99c60adc7
commit
e30ae57ea6
@ -36,6 +36,8 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
public IEnumerable<BarLine> BarLines;
|
||||
|
||||
protected override bool RelativeScaleBeatLengths => true;
|
||||
|
||||
protected new ManiaRulesetConfigManager Config => (ManiaRulesetConfigManager)base.Config;
|
||||
|
||||
private readonly Bindable<ManiaScrollingDirection> configDirection = new Bindable<ManiaScrollingDirection>();
|
||||
|
Loading…
Reference in New Issue
Block a user