mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 22:35:23 +08:00
change settings order
This commit is contained in:
parent
8efe7528e3
commit
99d83315c1
@ -18,6 +18,9 @@ namespace osu.Game.Screens.Play.HUD.JudgementCounter
|
||||
{
|
||||
public bool UsesFixedAnchor { get; set; }
|
||||
|
||||
[SettingSource("Display mode")]
|
||||
public Bindable<DisplayMode> Mode { get; set; } = new Bindable<DisplayMode>();
|
||||
|
||||
[SettingSource("Counter direction")]
|
||||
public Bindable<Flow> FlowDirection { get; set; } = new Bindable<Flow>();
|
||||
|
||||
@ -27,9 +30,6 @@ namespace osu.Game.Screens.Play.HUD.JudgementCounter
|
||||
[SettingSource("Show max judgement")]
|
||||
public BindableBool ShowMax { get; set; } = new BindableBool(true);
|
||||
|
||||
[SettingSource("Display mode")]
|
||||
public Bindable<DisplayMode> Mode { get; set; } = new Bindable<DisplayMode>();
|
||||
|
||||
[Resolved]
|
||||
private JudgementTally tally { get; set; } = null!;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user