moved hatch door to shared for testing
[supertux.git] / data / images / supertux.strf
index 608420d..2ec2736 100644 (file)
        (action
           (name "default")
           (x-offset 0)
-          (y-offset 64)
+          (y-offset 0)
           (images "shared/door-1.png"))
        (action
           (name "open")
           (x-offset 0)
-          (y-offset 64)
+          (y-offset 0)
           (images "shared/door-1.png"
                   "shared/door-2.png"
                   "shared/door-3.png"
          )
        )
   )
+  
+  (sprite (name "unstable_tile")
+    (action
+      (images "shared/unstable_tile.png"))
+  )
 )
 
 ;; EOF ;;