mirror of
https://github.com/ppy/osu
synced 2024-12-12 18:07:52 +00:00
Also show drain on argon health display test
This commit is contained in:
parent
49d13cda6b
commit
c2706ca91b
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user