Merge pull request #19661 from peppy/overlay-key-binding-organisation

Reorganise global bindings and split out overlay bindings to make things easier to find
This commit is contained in:
Dan Balasescu
2022-08-10 21:18:28 +09:00
committed by GitHub
4 changed files with 48 additions and 26 deletions

View File

@ -19,6 +19,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString GlobalKeyBindingHeader => new TranslatableString(getKey(@"global_key_binding_header"), @"Global");
/// <summary>
/// "Overlays"
/// </summary>
public static LocalisableString OverlaysSection => new TranslatableString(getKey(@"overlays_section"), @"Overlays");
/// <summary>
/// "Song Select"
/// </summary>