1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Also show drain on argon health display test

This commit is contained in:
Dean Herbert 2024-01-10 23:48:16 +09:00
parent 49d13cda6b
commit c2706ca91b
No known key found for this signature in database

View File

@ -159,5 +159,11 @@ namespace osu.Game.Tests.Visual.Gameplay
Type = HitResult.Perfect
});
}
protected override void Update()
{
base.Update();
healthProcessor.Health.Value -= 0.0001f * Time.Elapsed;
}
}
}