mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 00:13:19 +08:00
Add back test step for testing out argon health bar width
This commit is contained in:
parent
159cf41f82
commit
71714f8f6e
@ -52,6 +52,12 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
if (healthDisplay.IsNotNull())
|
||||
healthDisplay.BarHeight.Value = val;
|
||||
});
|
||||
|
||||
AddSliderStep("Width", 0, 1f, 0.98f, val =>
|
||||
{
|
||||
if (healthDisplay.IsNotNull())
|
||||
healthDisplay.Width = val;
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user