- added new extro background
authorIngo Ruhnke <grumbel@gmx.de>
Wed, 28 Apr 2004 14:02:02 +0000 (14:02 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Wed, 28 Apr 2004 14:02:02 +0000 (14:02 +0000)
SVN-Revision: 806

data/images/background/extro.jpg [new file with mode: 0644]
data/levels/world1/level26.stl
src/worldmap.cpp

diff --git a/data/images/background/extro.jpg b/data/images/background/extro.jpg
new file mode 100644 (file)
index 0000000..48774d5
Binary files /dev/null and b/data/images/background/extro.jpg differ
index e1aa64f..f45c6a0 100644 (file)
@@ -13,8 +13,8 @@
   (bkgd_green_top  0)
   (bkgd_blue_top   0)
   (bkgd_red_bottom    150)
-  (bkgd_green_bottom  150)
-  (bkgd_blue_bottom   150)
+  (bkgd_green_bottom  0)
+  (bkgd_blue_bottom   0)
   (time  300)
   (gravity  10)
   (particle_system "")
index 00c3a85..f10d81e 100644 (file)
@@ -683,7 +683,7 @@ WorldMap::update(float delta)
                     if (!level->extro_filename.empty())
                       { // Display final credits and go back to the main menu
                         display_text_file(level->extro_filename,
-                                          "/images/background/arctis2.jpg");
+                                          "/images/background/extro.jpg");
                         display_text_file("CREDITS",
                                           "/images/background/oiltux.jpg");
                         quit = true;