[Super-tux-commit] supertux/data/levels/misc menu.stl,1.8,1.9
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-05-31 02:40:56
|
Update of /cvsroot/super-tux/supertux/data/levels/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28724/data/levels/misc Modified Files: menu.stl Log Message: big refactoring of level and world class. A level is now basically a set of sectors (or sublevels). The Sector class has been merged with the old world class. Also I've rewritten some parts of the load/save code and changed the fileformat a bit to support several sectors. On the way I fixed some bugs (and maybe introduce new ones...) Index: menu.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/misc/menu.stl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- menu.stl 16 May 2004 18:11:08 -0000 1.8 +++ menu.stl 31 May 2004 02:40:16 -0000 1.9 @@ -6,7 +6,7 @@ (music "theme.mod") (background "arctis.jpg") (particle_system "") - (bkgd_speed "2") + (bkgd_speed 0.5) (bkgd_red_top 0) (bkgd_green_top 0) (bkgd_blue_top 0) |