forgot leveldot
authorMatthias Braun <matze@braunis.de>
Mon, 3 Oct 2005 00:48:05 +0000 (00:48 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 3 Oct 2005 00:48:05 +0000 (00:48 +0000)
SVN-Revision: 2805

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

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