Update of /cvsroot/super-tux/supertux/data/levels/world1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30150/data/levels/world1
Modified Files:
level13.stl
Log Message:
- added background gradient
Index: level13.stl
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/world1/level13.stl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- level13.stl 24 Apr 2004 15:02:08 -0000 1.4
+++ level13.stl 25 Apr 2004 13:45:21 -0000 1.5
@@ -10,11 +10,11 @@
(background "")
(music "Mortimers_chipdisko.mod")
(bkgd_red_top 150)
- (bkgd_green_top 150)
- (bkgd_blue_top 150)
- (bkgd_red_bottom 150)
- (bkgd_green_bottom 150)
- (bkgd_blue_bottom 150)
+ (bkgd_green_top 200)
+ (bkgd_blue_top 255)
+ (bkgd_red_bottom 255)
+ (bkgd_green_bottom 255)
+ (bkgd_blue_bottom 255)
(time 200)
(gravity 10.0)
(particle_system "clouds")
|