From: Ricardo Cruz Date: Sat, 15 May 2004 14:16:15 +0000 (+0000) Subject: Changed the gradient colors. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d89d83c2165d5d7496af195969be02daf6c0b73b;p=supertux.git Changed the gradient colors. This gradient caused the SDL frontend to be different than the OpenGL. SVN-Revision: 1194 --- diff --git a/data/levels/test/level4.stl b/data/levels/test/level4.stl index 07a9027bf..33fc08a21 100644 --- a/data/levels/test/level4.stl +++ b/data/levels/test/level4.stl @@ -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)