From: Ingo Ruhnke Date: Tue, 1 Dec 2009 19:33:11 +0000 (+0000) Subject: TODO updates X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7b3e847bed1b386620fab6c4fc348698f05e4aed;p=supertux.git TODO updates SVN-Revision: 6166 --- 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 #