torch sprite
authorMatthias Braun <matze@braunis.de>
Mon, 3 Oct 2005 00:28:48 +0000 (00:28 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 3 Oct 2005 00:28:48 +0000 (00:28 +0000)
SVN-Revision: 2804

data/images/worldmap/common/torch.sprite [new file with mode: 0644]

diff --git a/data/images/worldmap/common/torch.sprite b/data/images/worldmap/common/torch.sprite
new file mode 100644 (file)
index 0000000..3c6944f
--- /dev/null
@@ -0,0 +1,14 @@
+(supertux-sprite
+  (action
+    (name "default")
+    (x-offset 16)
+    (y-offset 16)
+    (images "torch.png")
+  )
+  (action
+    (name "solved")
+    (x-offset 16)
+    (y-offset 16)
+    (images "torch.png")
+  )
+)