From: Stephen Groundwater Date: Sun, 2 Apr 2006 22:00:31 +0000 (+0000) Subject: adding teleporter dot animation X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=81b2aee9bf7d004990a59622f73295e6ba0dede5;p=supertux.git adding teleporter dot animation SVN-Revision: 3208 --- diff --git a/data/images/worldmap/common/teleporter.sprite b/data/images/worldmap/common/teleporter.sprite new file mode 100644 index 000000000..3bf9e0581 --- /dev/null +++ b/data/images/worldmap/common/teleporter.sprite @@ -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 index 000000000..d174fe159 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 index 000000000..0470e69a1 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 index 000000000..f80fba280 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 index 000000000..ad1d136c7 Binary files /dev/null and b/data/images/worldmap/common/teleporterdot_4.png differ