Background can now render three images: Top, Center and Bottom
[supertux.git] / data / levels / test / raintest.stl
index 2d6b46c..81cc5ec 100644 (file)
@@ -6,7 +6,7 @@
   (sector
     (name  "main")
     (gravity 10.000000)
-    (music "ghostforest2.ogg")
+    (music "music/ghostforest.ogg")
     (tilemap
       (layer  "background")
       (solid #f)
     )
 
        (background
-         (image "ghostforest.jpg")
+         (image "images/background/ghostforest.jpg")
          (speed 0.5)
        )
        (background
-         (image "fog.png")
+         (image "images/background/fog.png")
         (speed 1.2)
         (layer 400)
        )
      (bonusblock (x 160) (y 160)
           (contents "custom")
           (powerup
-            (sprite "red-potion")
+            (sprite "images/powerups/potions/red-potion.sprite")
             (script "
 function wait(time) {
   set_wakeup_time(time);