mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
osu! mode starts with health being full.
This commit is contained in:
@ -11,6 +11,7 @@ namespace osu.Game.Modes.Osu
|
||||
public OsuScoreProcessor(int hitObjectCount)
|
||||
: base(hitObjectCount)
|
||||
{
|
||||
Health.Value = 1;
|
||||
}
|
||||
|
||||
protected override void UpdateCalculations(JudgementInfo judgement)
|
||||
|
Reference in New Issue
Block a user