Improve explanation text and add link to wiki

This commit is contained in:
Dean Herbert
2022-06-10 20:08:53 +09:00
parent 18f74b2840
commit 213ccfb743
2 changed files with 10 additions and 10 deletions

View File

@ -60,7 +60,7 @@ namespace osu.Game.Screens.Utility.SampleComponents
box.Y = MathHelper.Clamp(box.Y - movementAmount, 0.1f, 0.9f);
break;
case Key.K:
case Key.J:
case Key.Down:
box.Y = MathHelper.Clamp(box.Y + movementAmount, 0.1f, 0.9f);
break;