Added a worldmap sprite for the worldmap so Tux can climb ladders.
authorStephen Groundwater <slacker@gluebox.com>
Fri, 21 Jul 2006 11:56:29 +0000 (11:56 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Fri, 21 Jul 2006 11:56:29 +0000 (11:56 +0000)
SVN-Revision: 4060

data/images/worldmap/common/laddertux.sprite [new file with mode: 0644]
data/images/worldmap/common/laddertux1.png [new file with mode: 0644]
data/images/worldmap/common/laddertux2.png [new file with mode: 0644]
data/images/worldmap/common/laddertux3.png [new file with mode: 0644]
data/images/worldmap/common/laddertux4.png [new file with mode: 0644]
data/images/worldmap/common/laddertux5.png [new file with mode: 0644]
data/images/worldmap/common/laddertux6.png [new file with mode: 0644]
data/images/worldmap/common/laddertux7.png [new file with mode: 0644]
data/images/worldmap/common/laddertux8.png [new file with mode: 0644]

diff --git a/data/images/worldmap/common/laddertux.sprite b/data/images/worldmap/common/laddertux.sprite
new file mode 100644 (file)
index 0000000..09485b0
--- /dev/null
@@ -0,0 +1,100 @@
+(supertux-sprite
+  (action
+    (hitbox 6 41 0 0)
+    (name "empty")
+    (images 
+      "laddertux1.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "small-stop")
+    (fps 12)
+    (images 
+      "laddertux1.png"
+"laddertux2.png"
+"laddertux3.png"
+"laddertux4.png"
+"laddertux5.png"
+"laddertux6.png"
+"laddertux7.png"
+"laddertux8.png"
+      
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "small-walking")
+    (fps 12)
+    (images 
+      "laddertux1.png"
+"laddertux2.png"
+"laddertux3.png"
+"laddertux4.png"
+"laddertux5.png"
+"laddertux6.png"
+"laddertux7.png"
+"laddertux8.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "fire-stop")
+    (fps 12)
+    (images 
+       "laddertux1.png"
+"laddertux2.png"
+"laddertux3.png"
+"laddertux4.png"
+"laddertux5.png"
+"laddertux6.png"
+"laddertux7.png"
+"laddertux8.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "fire-walking")
+    (fps 12)
+    (images 
+      "laddertux1.png"
+"laddertux2.png"
+"laddertux3.png"
+"laddertux4.png"
+"laddertux5.png"
+"laddertux6.png"
+"laddertux7.png"
+"laddertux8.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "large-stop")
+    (fps 12)
+    (images 
+     "laddertux1.png"
+"laddertux2.png"
+"laddertux3.png"
+"laddertux4.png"
+"laddertux5.png"
+"laddertux6.png"
+"laddertux7.png"
+"laddertux8.png"
+    )
+  )
+  (action
+    (hitbox 6 41 0 0)
+    (name "large-walking")
+    (fps 12)
+    (images 
+       "laddertux1.png"
+"laddertux2.png"
+"laddertux3.png"
+"laddertux4.png"
+"laddertux5.png"
+"laddertux6.png"
+"laddertux7.png"
+"laddertux8.png"
+    )
+  )
+)
diff --git a/data/images/worldmap/common/laddertux1.png b/data/images/worldmap/common/laddertux1.png
new file mode 100644 (file)
index 0000000..09882f2
Binary files /dev/null and b/data/images/worldmap/common/laddertux1.png differ
diff --git a/data/images/worldmap/common/laddertux2.png b/data/images/worldmap/common/laddertux2.png
new file mode 100644 (file)
index 0000000..2f691a7
Binary files /dev/null and b/data/images/worldmap/common/laddertux2.png differ
diff --git a/data/images/worldmap/common/laddertux3.png b/data/images/worldmap/common/laddertux3.png
new file mode 100644 (file)
index 0000000..95eaf22
Binary files /dev/null and b/data/images/worldmap/common/laddertux3.png differ
diff --git a/data/images/worldmap/common/laddertux4.png b/data/images/worldmap/common/laddertux4.png
new file mode 100644 (file)
index 0000000..2be6e7d
Binary files /dev/null and b/data/images/worldmap/common/laddertux4.png differ
diff --git a/data/images/worldmap/common/laddertux5.png b/data/images/worldmap/common/laddertux5.png
new file mode 100644 (file)
index 0000000..76e106d
Binary files /dev/null and b/data/images/worldmap/common/laddertux5.png differ
diff --git a/data/images/worldmap/common/laddertux6.png b/data/images/worldmap/common/laddertux6.png
new file mode 100644 (file)
index 0000000..d7c8dfb
Binary files /dev/null and b/data/images/worldmap/common/laddertux6.png differ
diff --git a/data/images/worldmap/common/laddertux7.png b/data/images/worldmap/common/laddertux7.png
new file mode 100644 (file)
index 0000000..b9f32f3
Binary files /dev/null and b/data/images/worldmap/common/laddertux7.png differ
diff --git a/data/images/worldmap/common/laddertux8.png b/data/images/worldmap/common/laddertux8.png
new file mode 100644 (file)
index 0000000..5d7f20b
Binary files /dev/null and b/data/images/worldmap/common/laddertux8.png differ