From 94701480571f3036b39d6c77452304fc9cc23b45 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 16 Sep 2019 22:20:17 -0700 Subject: [PATCH] pixel art helper added and commented out --- project_name/Game1.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project_name/Game1.cs b/project_name/Game1.cs index fc9fa2d..b6d1b00 100755 --- a/project_name/Game1.cs +++ b/project_name/Game1.cs @@ -12,6 +12,9 @@ namespace project_name { base.Initialize(); + // uncomment this line for scaled pixel art games + //Environment.SetEnvironmentVariable("FNA_OPENGL_BACKBUFFER_SCALE_NEAREST", "1"); + #if DEBUG System.Diagnostics.Debug.Listeners.Add(new System.Diagnostics.TextWriterTraceListener(System.Console.Out)); #endif