added worldmap sprite
authorStephen Groundwater <slacker@gluebox.com>
Sat, 5 Nov 2005 19:32:07 +0000 (19:32 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Sat, 5 Nov 2005 19:32:07 +0000 (19:32 +0000)
SVN-Revision: 2946

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

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