Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14438
Modified Files:
supertux.strf
Log Message:
- fixed align
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- supertux.strf 25 Apr 2004 21:55:23 -0000 1.23
+++ supertux.strf 27 Apr 2004 12:08:14 -0000 1.24
@@ -152,11 +152,11 @@
(sprite (name "largetux-duck-left")
(x-hotspot 6)
- (y-hotspot 2)
+ (y-hotspot 6)
(images "shared/tux-duck-left.png"))
(sprite (name "largetux-duck-right")
(x-hotspot 6)
- (y-hotspot 2)
+ (y-hotspot 6)
(images "shared/tux-duck-right.png"))
@@ -240,7 +240,7 @@
(sprite (name "firetux-duck-left")
(x-hotspot 6)
- (y-hotspot 2)
+ (y-hotspot 6)
(images "shared/tux-duck-left.png"))
(sprite (name "firetux-duck-right")
(x-hotspot 6)
|