From d16e1f8b714a3c710518e899b01a53209bcb00c3 Mon Sep 17 00:00:00 2001 From: grumbel Date: Tue, 1 Dec 2009 19:33:11 +0000 Subject: [PATCH] TODO updates git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6166 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 22f8477c8..f2a71f27e 100644 --- a/TODO +++ b/TODO @@ -171,6 +171,12 @@ drivers = oss * allow fully custom magnification levels from command line (maybe GUI do if there is a proper/easy way to let the user enter numbers) (--magnification or -g WIDTHxHEIGHT:ASPECTX:ASPECTY@MAGNIFICATION) + +* use AnchorPoint in Background instead of Alignment + +* allow gradients to parallax scroll like Background (make it optional) + +* add multicolored gradients (see Windstille source code, which can deal with Gimp gradients) Scenegraph and Physics Engine Restructuring =========================================== @@ -323,4 +329,7 @@ Random Notes image_size = (1 - parallax_speed) * screen_size + level_size * parallax_speed +def calc(parallax, screen, tiles): + return (1 - parallax) * screen + parallax * tiles * 32 + # EOF # -- 2.11.0