Browse Source

fix comment to match new Xbox UI

master
Colin McMillen 4 years ago
parent
commit
e4a4754ace
  1. 2
      Shared/Debug.cs

2
Shared/Debug.cs

@ -124,7 +124,7 @@ namespace SemiColinGames {
// UI should start at least 48px from the left edge of the screen and 27 from the top, as per:
// https://docs.microsoft.com/en-us/windows/uwp/design/devices/designing-for-tv#tv-safe-area
// Can test this on actual Xbox via:
// Settings > Launch Settings > Display & Sound > Resolution > 720p.
// Settings > Launch Settings > General > TV & Display Options > Resolution > 720p.
int y = 27;
foreach (var toast in toasts) {
spriteBatch.DrawString(Textures.DebugFont, toast, new Vector2(48, y), Color.Teal);

Loading…
Cancel
Save