mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Revert health display settings changes
This commit is contained in:
parent
4ae9b40a78
commit
91cf237fc1
@ -29,7 +29,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
public bool UsesFixedAnchor { get; set; }
|
||||
|
||||
[SettingSource("Bar height")]
|
||||
public BindableFloat BarHeight { get; } = new BindableFloat(30)
|
||||
public BindableFloat BarHeight { get; } = new BindableFloat(20)
|
||||
{
|
||||
MinValue = 0,
|
||||
MaxValue = 64,
|
||||
@ -37,7 +37,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
};
|
||||
|
||||
[SettingSource("Bar length")]
|
||||
public BindableFloat BarLength { get; } = new BindableFloat(0.35f)
|
||||
public BindableFloat BarLength { get; } = new BindableFloat(0.98f)
|
||||
{
|
||||
MinValue = 0.2f,
|
||||
MaxValue = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user