adding teleporter dot animation
authorStephen Groundwater <slacker@gluebox.com>
Sun, 2 Apr 2006 22:00:31 +0000 (22:00 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Sun, 2 Apr 2006 22:00:31 +0000 (22:00 +0000)
SVN-Revision: 3208

data/images/worldmap/common/teleporter.sprite [new file with mode: 0644]
data/images/worldmap/common/teleporterdot_1.png [new file with mode: 0644]
data/images/worldmap/common/teleporterdot_2.png [new file with mode: 0644]
data/images/worldmap/common/teleporterdot_3.png [new file with mode: 0644]
data/images/worldmap/common/teleporterdot_4.png [new file with mode: 0644]

diff --git a/data/images/worldmap/common/teleporter.sprite b/data/images/worldmap/common/teleporter.sprite
new file mode 100644 (file)
index 0000000..3bf9e05
--- /dev/null
@@ -0,0 +1,13 @@
+(supertux-sprite
+  (action
+    (name "default")
+    (x-offset 16)
+    (y-offset 16)
+    (fps 3)
+    (images "teleporterdot_1.png"
+           "teleporterdot_2.png"
+           "teleporterdot_3.png"
+           "teleporterdot_4.png"
+       )
+  )
+)
diff --git a/data/images/worldmap/common/teleporterdot_1.png b/data/images/worldmap/common/teleporterdot_1.png
new file mode 100644 (file)
index 0000000..d174fe1
Binary files /dev/null and b/data/images/worldmap/common/teleporterdot_1.png differ
diff --git a/data/images/worldmap/common/teleporterdot_2.png b/data/images/worldmap/common/teleporterdot_2.png
new file mode 100644 (file)
index 0000000..0470e69
Binary files /dev/null and b/data/images/worldmap/common/teleporterdot_2.png differ
diff --git a/data/images/worldmap/common/teleporterdot_3.png b/data/images/worldmap/common/teleporterdot_3.png
new file mode 100644 (file)
index 0000000..f80fba2
Binary files /dev/null and b/data/images/worldmap/common/teleporterdot_3.png differ
diff --git a/data/images/worldmap/common/teleporterdot_4.png b/data/images/worldmap/common/teleporterdot_4.png
new file mode 100644 (file)
index 0000000..ad1d136
Binary files /dev/null and b/data/images/worldmap/common/teleporterdot_4.png differ