From 4acaf63c454cf1c9a744cd916176b7e8e93d4534 Mon Sep 17 00:00:00 2001 From: grumbel Date: Mon, 7 Dec 2009 04:36:29 +0000 Subject: [PATCH] Added some notes about supported resolutions git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6191 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 # -- 2.11.0