Move action and hotkey specification local

This commit is contained in:
Dean Herbert
2019-05-08 19:29:43 +09:00
parent c91b9c6032
commit 6dea16f365
5 changed files with 15 additions and 13 deletions

View File

@ -11,6 +11,7 @@ using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Game.Graphics;
using osuTK;
using osuTK.Input;
namespace osu.Game.Screens.Select
{
@ -43,6 +44,7 @@ namespace osu.Game.Screens.Select
SelectedColour = colours.Yellow;
DeselectedColour = SelectedColour.Opacity(0.5f);
Text = @"mods";
Hotkey = Key.F1;
}
private class FooterModDisplay : ModDisplay