diff --git a/config.h b/config.h index d694c9ce8b..47d10f1ca4 100644 --- a/config.h +++ b/config.h @@ -49,8 +49,8 @@ //////////////// // Windowed -static const float xscale = 4.0; // Real x res = 296 * xscale -static const float yscale = 4.0; // Real y res = 224 * yscale +static const float xscale = 3.0; // Real x res = 296 * xscale +static const float yscale = 3.0; // Real y res = 224 * yscale // Fullscreen static bool fullscreen = false; // To start in Fullscreen or not