preliminary external tux sprite
authorMatthias Braun <matze@braunis.de>
Sat, 21 Jan 2006 12:24:02 +0000 (12:24 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 21 Jan 2006 12:24:02 +0000 (12:24 +0000)
SVN-Revision: 3012

data/images/creatures/tux_big/stand-left.png [new file with mode: 0644]
data/images/creatures/tux_big/tux.sprite [new file with mode: 0644]

diff --git a/data/images/creatures/tux_big/stand-left.png b/data/images/creatures/tux_big/stand-left.png
new file mode 100644 (file)
index 0000000..a70e7d4
Binary files /dev/null and b/data/images/creatures/tux_big/stand-left.png differ
diff --git a/data/images/creatures/tux_big/tux.sprite b/data/images/creatures/tux_big/tux.sprite
new file mode 100644 (file)
index 0000000..e361e22
--- /dev/null
@@ -0,0 +1,11 @@
+(supertux-sprite
+ (action
+  (name "stand-left")
+  (images "stand-left.png")
+ )
+
+ (action
+  (name "stand-right")
+  (mirror-action "stand-left")
+ )
+)