From: Ingo Ruhnke Date: Mon, 7 Dec 2009 04:36:29 +0000 (+0000) Subject: Added some notes about supported resolutions X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c54d12d02d0f059225214f8f25cd0b360fdca0c1;p=supertux.git Added some notes about supported resolutions SVN-Revision: 6191 --- diff --git a/TODO b/TODO index 4b580dd76..f1aad9870 100644 --- a/TODO +++ b/TODO @@ -335,4 +335,17 @@ Random Notes def calc(parallax, screen, tiles): return (1 - parallax) * screen + parallax * tiles * 32 + +Supported Resolution +==================== + +SuperTux shall support resolutions from 640x480 to 1280x800 at a magnification of 1x. +For resolutions higher, such as 2560x1600, upscaling will be used. +For resolutions smaller, like 320x240 downscaling will be used. + +Higher resolution graphics for 2x maginification might be provided. +Lower res graphics for 0.5x maginification might be provided as well. + +Resolution and magnification can be freely configured by the user within the given limits. + # EOF #