mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Make LowHealthThreshold a field.
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The threshold under which the current player life should be considered low and the layer should start fading in.
|
/// The threshold under which the current player life should be considered low and the layer should start fading in.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected double LowHealthThreshold { get; set; } = 0.20f;
|
public double LowHealthThreshold = 0.20f;
|
||||||
|
|
||||||
public FailingLayer()
|
public FailingLayer()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user