mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
s/SetHP/SetHealth.
This commit is contained in:
@ -55,6 +55,6 @@ namespace osu.Game.Modes.UI
|
||||
};
|
||||
}
|
||||
|
||||
protected override void SetHP(float value) => fill.ScaleTo(new Vector2(value, 1), 200, EasingTypes.OutQuint);
|
||||
protected override void SetHealth(float value) => fill.ScaleTo(new Vector2(value, 1), 200, EasingTypes.OutQuint);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user