Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5318
Modified Files:
supertux.strf
Log Message:
- fixed some align problems
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- supertux.strf 25 Apr 2004 16:46:54 -0000 1.21
+++ supertux.strf 25 Apr 2004 17:17:10 -0000 1.22
@@ -29,33 +29,35 @@
;; Small Tux Stand
(sprite (name "smalltux-stand-left")
(fps 15.0)
- (x-hotspot 0)
+ (x-hotspot 5)
(y-hotspot 9)
(images "shared/smalltux-left-6.png"
))
(sprite (name "smalltux-stand-right")
(fps 15.0)
- (x-hotspot 0)
+ (x-hotspot 5)
(y-hotspot 9)
(images "shared/smalltux-right-6.png"))
;; Small Tux Jump
(sprite (name "smalltux-jump-left")
(fps 15.0)
- (x-hotspot 0)
- (y-hotspot 0)
+ (x-hotspot 5)
+ (y-hotspot 7)
(images "shared/smalltux-jump-left.png"
))
(sprite (name "smalltux-jump-right")
(fps 15.0)
- (x-hotspot 0)
- (y-hotspot 0)
+ (x-hotspot 5)
+ (y-hotspot 7)
(images "shared/smalltux-jump-right.png"))
(sprite (name "smalltux-gameover")
(fps 10.0)
+ (x-hotspot 13)
+ (y-hotspot 6)
(images "shared/smalltux-gameover-0.png"
"shared/smalltux-gameover-1.png"))
|