Added some notes about supported resolutions
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Mon, 7 Dec 2009 04:36:29 +0000 (04:36 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Mon, 7 Dec 2009 04:36:29 +0000 (04:36 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6191 837edb03-e0f3-0310-88ca-d4d4e8b29345

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 #