Fixed small background problem in bonus levels by adding image-top/image-bottom
authorArvid Norlander <anmaster@berlios.de>
Sat, 27 Jan 2007 13:41:27 +0000 (13:41 +0000)
committerArvid Norlander <anmaster@berlios.de>
Sat, 27 Jan 2007 13:41:27 +0000 (13:41 +0000)
SVN-Revision: 4685

26 files changed:
data/images/tiles.strf
data/levels/bonus1/abednego-level1.stl
data/levels/bonus1/abednego-level2.stl
data/levels/bonus1/abednego-level3.stl
data/levels/bonus1/bonus-level1.stl
data/levels/bonus1/bonus-level2.stl
data/levels/bonus1/bonus-level3.stl
data/levels/bonus1/thompson-level1.stl
data/levels/bonus1/thompson-level2.stl
data/levels/bonus1/torfi-level1.stl
data/levels/bonus1/torfi-level2.stl
data/levels/bonus1/torfi-level3.stl
data/levels/bonus1/wansti-level1.stl
data/levels/bonus2/level10.stl
data/levels/bonus2/level12.stl
data/levels/bonus2/level14.stl
data/levels/bonus2/level18.stl
data/levels/bonus2/level19.stl
data/levels/bonus2/level22.stl
data/levels/bonus2/level23.stl
data/levels/bonus2/level25.stl
data/levels/bonus2/level3.stl
data/levels/bonus2/level4.stl
data/levels/bonus2/level5.stl
data/levels/bonus2/level7.stl
data/levels/bonus2/level9.stl

index 0c7d82b..2ecdb8f 100644 (file)
     (images
       (region  "tiles/forest/spikevine/spikevine.png" 96 96 32 32)
     )
-  (hurts #t)
+    (hurts #t)
   )
   (tiles
     (width 2)
index 8bca93e..8e37e7d 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 421)
index 72165b9..c632446 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 423)
index 13659a4..22154af 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 4740)
index 15a179a..d205f2d 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 5385)
index 5d126b1..4227ba1 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 5904)
index b48c0b3..ab7e1ff 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 5153)
index e6a4d3b..c88bd52 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index 53416ce..313bbd8 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 1824)
index cbb633b..a08984e 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index 1bf5c62..0ff2075 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index f26cc11..b83d6c7 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index f927e63..15e7a35 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 4531)
index 1156cfd..d100bec 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 1446)
index ee2feae..f6fdec5 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index 1c0605c..c46e019 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 3564)
index 29400ca..08be33b 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 1183)
index 6784ba0..dfb49fe 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 8302)
index c172547..2f5e5d2 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index d7df2f6..b6d16d0 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index 159b034..8f5e04d 100644 (file)
@@ -9,7 +9,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 1671)
index 3531639..91b1138 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index d311f10..a307b45 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 7171)
index 8d53e2a..b92b281 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.3)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (camera
       (mode "normal")
index ee5de29..b486b36 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 5630)
index 26a68f8..b5d1e50 100644 (file)
@@ -8,7 +8,9 @@
     (ambient-light 1 1 1)
     (background
       (speed 0.5)
+      (image-top "images/background/arctis_top.jpg")
       (image "images/background/arctis.jpg")
+      (image-bottom "images/background/arctis_bottom.jpg")
     )
     (bouncingsnowball
       (x 1010)