created interior arctis level for testing (possible) new gaphics
[supertux.git] / data / images / supertux.strf
index 1eddb4e..96a3a3a 100644 (file)
          (x-offset 6)
          (y-offset 10)
          (mirror-action "iced-left")))
-
-  ; Wingling
-  (sprite (name "wingling")
-       (action
-         (name "left")
-          (x-offset 0)
-          (y-offset 0)
-          (images "shared/wingling-1.png")))
-
-  ; Walkingtree
-  (sprite (name "walkingtree")
-       (action
-         (name "left")
-          (x-offset 0)
-          (y-offset 0)
-          (images "shared/walkingtree-left-1.png"))
-       (action
-          (name "left-small")
-          (x-offset 0)
-          (y-offset 0)
-          (images "shared/walkingtree-left-small-1.png")))
-         
+        
   ; Dispenser
   (sprite (name "dispenser")
        (action
        (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"
           (y-offset 0)
           (images "shared/stomp.png")
   ))
-)
 
+  (sprite (name "bell")
+       (action
+          (name "default")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/bell/bell-m.png")
+       )
+       (action
+         (name "ringing")
+         (images "shared/bell/bell-l.png"
+           "shared/bell/bell-m.png"
+           "shared/bell/bell-r.png"
+           "shared/bell/bell-m.png"
+         )
+       )
+  )
+  
+  (sprite (name "unstable_tile")
+    (action
+      (images "shared/unstable_tile.png"))
+  )
+
+; Hatch
+  (sprite (name "hatch")
+       (action
+          (name "default")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/hatch-1.png"))
+       (action
+          (name "open")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/hatch-1.png"
+                  "shared/hatch-2.png"
+                  "shared/hatch-3.png"
+                  "shared/hatch-4.png"
+                  "shared/hatch-5.png"
+                  "shared/hatch-6.png"))
+  )
+)
 ;; EOF ;;