Removed obsolete actions from flying_platform
authorChristoph Sommer <mail@christoph-sommer.de>
Thu, 27 Apr 2006 18:16:10 +0000 (18:16 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Thu, 27 Apr 2006 18:16:10 +0000 (18:16 +0000)
SVN-Revision: 3451

data/images/objects/flying_platform/flying_platform.sprite

index de027b1..5af3231 100644 (file)
@@ -1,45 +1,12 @@
 (supertux-sprite
-       (action
-         (name "flying")
-         (x-offset 0)
-         (y-offset 0)
-         (images "flying_platform-0.png"
-                 "flying_platform-1.png"
-                 "flying_platform-2.png"
-                 "flying_platform-3.png")
-       )
-       (action
-         (name "block1")
-         (x-offset 0)
-         (y-offset 0)
-         (images "../../tiles/blocks/block1.png")
-       )
-       (action
-         (name "block2")
-         (x-offset 0)
-         (y-offset 0)
-         (images "../../tiles/blocks/block2.png")
-       )
-       (action
-         (name "block3")
-         (x-offset 0)
-         (y-offset 0)
-         (images "../../tiles/blocks/block3.png")
-       )
-       (action
-         (name "block4")
-         (x-offset 0)
-         (y-offset 0)
-         (images "../../tiles/blocks/block4.png")
-       )
-       (action
-         (name "firefly")
-         (x-offset 0)
-         (y-offset 0)
-         (images "../../tiles/firefly/firefly1.png"
-                "../../tiles/firefly/firefly2.png"
-                 "../../tiles/firefly/firefly3.png"
-                 "../../tiles/firefly/firefly2.png")
-       )
-)
+  (action
+    (name "default")
+    (images 
+      "flying_platform-0.png"
+      "flying_platform-1.png"
+      "flying_platform-2.png"
+      "flying_platform-3.png"
+      )
+    )
+  )