Added some notes about supported resolutions
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 7 Dec 2009 04:36:29 +0000 (04:36 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 7 Dec 2009 04:36:29 +0000 (04:36 +0000)
SVN-Revision: 6191

TODO

diff --git a/TODO b/TODO
index 4b580dd..f1aad98 100644 (file)
--- a/TODO
+++ b/TODO
@@ -335,4 +335,17 @@ Random Notes
 def calc(parallax, screen, tiles):
     return (1 - parallax) * screen + parallax * tiles * 32
 
+\f
+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 #