TODO updates
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Tue, 1 Dec 2009 19:33:11 +0000 (19:33 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Tue, 1 Dec 2009 19:33:11 +0000 (19:33 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6166 837edb03-e0f3-0310-88ca-d4d4e8b29345

TODO

diff --git a/TODO b/TODO
index 22f8477..f2a71f2 100644 (file)
--- 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)
 \f
 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 #