Browse Source

make debug toasts show up below the player's hearts

main
Colin McMillen 3 years ago
parent
commit
9bf5a157e7
  1. 2
      Shared/Debug.cs

2
Shared/Debug.cs

@ -131,7 +131,7 @@ namespace SemiColinGames {
// 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 > General > TV & Display Options > Resolution > 720p.
int y = 27;
int y = 57;
foreach (var toast in toasts) {
spriteBatch.DrawString(Textures.DebugFont, toast, new Vector2(48, y), Color.Teal);
y += 30;

Loading…
Cancel
Save