Merged back changes from 0.3.x branch
[supertux.git] / data / images / worldmap / common / boat / boat.sprite
index 89ddae6..01b7a65 100644 (file)
@@ -1,18 +1,63 @@
 (supertux-sprite
   (action
-    (name "default")
-    (x-offset 0)
-    (y-offset 0)
-(fps 5)
-    (images "boat.png"
-)
+    (hitbox 6 41 0 0)
+    (name "empty")
+    (images 
+      "boat_empty.png"
+    )
   )
   (action
-    (name "solved")
-    (x-offset 0)
-    (y-offset 0)
-(fps 5)
-    (images "boat.png"
-)
+    (hitbox 6 41 0 0)
+    (name "small-stop")
+    (fps 5)
+    (images 
+      "boat_1.png"
+      "boat_0.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "small-walking")
+    (fps 5)
+    (images 
+      "boat_1.png"
+      "boat_0.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "fire-stop")
+    (fps 5)
+    (images 
+      "boat_1_fire.png"
+      "boat_0_fire.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "fire-walking")
+    (fps 5)
+    (images 
+      "boat_1_fire.png"
+      "boat_0_fire.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "large-stop")
+    (fps 5)
+    (images 
+      "boat_1.png"
+      "boat_0.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "large-walking")
+    (fps 5)
+    (images 
+      "boat_1.png"
+      "boat_0.png"
+    )
   )
 )