[Super-tux-commit] supertux TODO,1.32,1.33
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-04 19:12:51
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29336 Modified Files: TODO Log Message: Removed scrolling printf, back scrolling from level 13 and snow from menu. So, two points are gone now. Notice that the back scrolling is still in development, so please calm down, and don't add it to the TODO as a bug. Besides no level use it. I told Ryan to give a look at that code now. Index: TODO =================================================================== RCS file: /cvsroot/super-tux/supertux/TODO,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- TODO 4 May 2004 17:42:56 -0000 1.32 +++ TODO 4 May 2004 19:12:39 -0000 1.33 @@ -11,10 +11,6 @@ H: high priority L: low priority -[H] Scrolling still broken, changing directions while jumping causes - the camera to 'jump', level13 even more broken and full of debug prints -[M] Tux releases bonus in the intro without collecting them, looks - stupid, background is most likly drawn twice, intro shouldn't have snow [M] When aborting a level, lives and score should remain the same as they were before. Solution: make more dependency between the game engine and worldmap or just backup those variables before starting a level. |