[Super-tux-commit] supertux/data/levels/test level4.stl,1.3,1.4
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-15 14:16:24
|
Update of /cvsroot/super-tux/supertux/data/levels/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26179/data/levels/test Modified Files: level4.stl Log Message: Changed the gradient colors. This gradient caused the SDL frontend to be different than the OpenGL. Index: level4.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/level4.stl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- level4.stl 13 May 2004 21:02:15 -0000 1.3 +++ level4.stl 15 May 2004 14:16:15 -0000 1.4 @@ -7,12 +7,12 @@ (background "") (particle_system "") (bkgd_speed 50) - (bkgd_red_top 200) - (bkgd_green_top 200) - (bkgd_blue_top 60) - (bkgd_red_bottom 220) - (bkgd_green_bottom 140) - (bkgd_blue_bottom 120) + (bkgd_red_top 0) + (bkgd_green_top 0) + (bkgd_blue_top 255) + (bkgd_red_bottom 255) + (bkgd_green_bottom 255) + (bkgd_blue_bottom 255) (time 500) (width 50) (height 15) |