Add ability to select which display the game runs on

This commit is contained in:
Dean Herbert
2022-03-02 18:29:07 +09:00
parent 09a74cdfc6
commit c06703d662
2 changed files with 34 additions and 4 deletions

View File

@ -54,6 +54,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString Resolution => new TranslatableString(getKey(@"resolution"), @"Resolution");
/// <summary>
/// "Display"
/// </summary>
public static LocalisableString Display => new TranslatableString(getKey(@"display"), @"Display");
/// <summary>
/// "UI scaling"
/// </summary>