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;
}
}
}