1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

Add a label for slider bar.

This commit is contained in:
Huo Yaoyuan 2016-12-19 10:53:03 +08:00
parent 1982c8de46
commit ca2531164a

View File

@ -46,6 +46,7 @@ namespace osu.Desktop.VisualTests.Tests
Key key = (Key)((int)Key.A + RNG.Next(26));
kc.Add(new KeyCounterKeyboard(key.ToString(), key));
});
ButtonsContainer.Add(new SpriteText { Text = "FadeTime" });
ButtonsContainer.Add(new TestSliderBar<int>
{
Width = 150,